Re: Thread or no thread
Re: Thread or no thread
- Subject: Re: Thread or no thread
- From: Art Isbell <email@hidden>
- Date: Thu, 16 Mar 2006 15:34:58 -1000
On Mar 16, 2006, at 3:24 PM, Mohapatra Ashish wrote:
I am back again. This time with a question of where to draw line on
horizontal scaling and go for application threading.
All WO apps are multithreaded, so you probably intend to enable
concurrent request handling.
Are there any more issues sighted on this than the effort of making
complete
thread-safe application.
A potential problem with trying to increase performance by using
concurrent request handling is that database access remains single-
threaded. So if your app accesses a database frequently or some
accesses are slow, using concurrent request handling may not provide
as big a performance gain as increasing the number of instances.
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden