Writing a custom request handler
Writing a custom request handler
- Subject: Writing a custom request handler
- From: Jonathan Rochkind <email@hidden>
- Date: Tue, 05 Aug 2003 17:08:08 -0500
I'm writing a custom request handler. What can I assume about concurrent
access to my WORequestHandler object? Will the framework instantiate a
new object for every request? Can I safely store request-specific data in
iVars in my WORequestHandler object for the duration of request handling,
and not be concerned that WO is going to try and concurrently access my
WORequestHandler for some other request? When I'm done handling the
request, do I need to reset all iVars, because the framework might then use
the very same object for another request? Or what?
Any advice on custom request handlers in general?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.