I'd like to limit the number of simultaneous connections into Hunchentoot. Anyone have a good idea on how to do that?
I'd rather not put mod_lisp in front of Hunchentoot since I don't want to run Apache as part of my configuration.
Any advice appreciated.
Cheers, Chris Dean
On Tue, 23 Jan 2007 15:12:19 -0800, Chris Dean ctdean@sokitomi.com wrote:
I'd like to limit the number of simultaneous connections into Hunchentoot. Anyone have a good idea on how to do that?
There's no easy way to do that right now, you have to look at the guts in server.lisp and modify the source.
Cheers, Edi.
Edi Weitz edi@agharta.de writes:
I'd like to limit the number of simultaneous connections into
There's no easy way to do that right now, you have to look at the guts in server.lisp and modify the source.
Ok, thanks.
Cheers, Chris Dean