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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to