Simultaneous access mainly gets tricky if you're reading and writing the
same variables. If your functions are self-contained and only use local
function variables I wouldn't expect any problems.

Blair

On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> If i have objects of the type page, pageDAO, pageGateway.
>
> Now if i  put pageDAO and pageGateway in the application scope so that
> i don't have to re declare them .
>
> Can this cause issues, if for example two different requests try to
> access the function ( say getList() in pageGateway ) at the same
> time?
>
> I have all my variables inside each component function declared with
> var's and in the init() i declare all variables using the (variable
> scope) eg. <cfset variables.name = "" >
>
> Thanks,
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to