paperclips-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paperclips-discuss] Http performance


From: Nic Ferrier
Subject: [Paperclips-discuss] Http performance
Date: Tue, 26 Jun 2001 01:08:26 +0100

Part of chris' problem is probably that Paperclips is not setting up
the socketserver very wisely right now.

SocketServer defaults to just 20 threads when it's given a low
startup value (less than 10).

Paperclips currently has no way of setting thread levels and just
specifies 0 to the socketserver.

I need to think about this but it's tied up in the while WebService
thing... there's also a question about what exactly is a good
performance level.

To fix your immediate performance problem change the value of
m_threads in WebService.java to something sensible, say 500.


Nic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]