| Philippe, If you can understand Chinese, you will have no problem understanding threads ;-) The guys on Software Engineering Radio have just started a series of podcasts on concurrency. http://se-radio.net/ Seriously though, sooner or later, you need to have separate threads doing work independently of the Request-Response loop (WO's "built-in" WorkerThreads). If you have long running tasks, you need a separate thread to run while using something like a WOLongResponsePage to keep the user posted on the status of the long process. For beginning to understand threads, look at chapter 15, Networking and Threads of Head First Java.... and just google for a few intro articles and learn about synchronized, deadlock, Runnable, Callable and ExecutorService, manage your editing contexts properly in the threads, use backport-util-concurrent and you'll be multi-threading in no time! Regards, Kieran On Apr 26, 2006, at 11:56 AM, Philippe Lafoucrière wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
