Am 28.05.2009 um 15:30 schrieb Mike Schrag:

Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time.
also .... just always run multithreaded. why wouldn't you ...


Come to think of it, just turning MT on may not be enough, as a session will also not be entered more than once. So if your user surfs a bit more and due to some unforeseen hickup lands on a page that won't load for a while, you also get redirected.

Of course, this normally happens way less often.

The take-home message is: if your callback involves money in any way, store it permanently and write a cleanup procedure to delete stale entries.

Cheers, Anjo

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to