[Koha-bugs] [Bug 31033] SIP2 does not correctly handle multiple simultaneous connections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 24 03:42:18 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31033

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
It looks like Net::Server::Prefork subclasses Net::Server::PreForkSimple which
subclasses Net::Server and I'm not sure that the "max_server" configuration
item actually gets passed along correctly... 

So I'm going to add a default of "1" for Koha since that seems to be what's
used in practice... 

In your case, I'd say just add "max_servers='2'" or whatever you need to
support your situation.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list