• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Writing a custom request handler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Xcode
  • Next by Date: Re: WebObjects Builder keeps crashing...
  • Previous by thread: WebObjects 5.2 Developer and Xcode: Apple KB 107627
  • Next by thread: Re: Writing a custom request handler
  • Index(es):
    • Date
    • Thread