On Fri, 25 Jun 2004 20:26:44 +1000, Taco Fleur <[EMAIL PROTECTED]> wrote:
I believe I need to lock any access to the object as its in the server
scope, not sure yet whether it gives better performance creating the object
only once in the server and lock access to it, or recreate the object every
time and not having to lock access to it, I believe its the first one.

Firstly, you definitely need to lock any shared object to ensure the integrity of the data.


Secondly, creating an object does have a performance penality, so creating it once is definitely the best thing to do.

I think I am losing the plot when we get to
 request.result.objError.fnConstruct( request.result );
 request.result.objError.fnDisplay( request.result );
But I can't really tell you why, but I'm pretty sure its not a good thing
having to pass itself back with request.result

It's a bit late to really wrap my head around this.


Chris

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to