Max smart server connections?

Robert Collins robert.collins at canonical.com
Fri Apr 3 00:30:22 BST 2009


On Thu, 2009-04-02 at 14:54 -0700, Maritza Mendez wrote:
> 
> Hi.  
> 
> This may be a dumb question.  If the answer is in the user guide I
> missed it.
> 
> I already figured out how to run "bzr serve" as a Windows service
> listening on the default port.  My question is how many simultaneous
> connections can the smart server handle?  If four or five users are
> making requests simultaneously, what happens?

If you are running via something like inetd, the inetd front end will
spawn a server per client; if you are running the server directly, then
it is multithreaded by default and will handle one client per thread,
with no cap [in our code] on the number of threads.

-Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20090403/6668b44e/attachment.pgp 


More information about the bazaar mailing list