[hunchentoot-devel] Can we control the number of worker-threads/per-session?

Andrea Chiumenti kiuma72 at gmail.com
Thu Nov 13 17:09:42 UTC 2008


You can try JMeter to test your webapp

http://jakarta.apache.org/jmeter

On Thu, Nov 13, 2008 at 4:51 PM, Abu Abdullah Al Jumaee
<amalawi at gmail.com> wrote:
> hello,
>
> as i  understand it most browsers only allow two connections at one
> time per domain, which limit the
> transfer (and do not make use of higher internet connection speeds
> when exists) a solution would be,
> if i remember it correctly is to fake many sub domains with wildcard
> dns and then configure your
> apache aliases to handle it
>
> regards
>
> Ala'a (cmo-0)
>
> On Thu, Nov 13, 2008 at 2:08 AM, Matthew Lamari <matt.lamari at gmail.com> wrote:
>> (I'm on lispworks/win32)
>>
>> Aside from questions of the wisdom of controlling this. . .
>>
>> From my observations, I've seen Hunchentoot limit the number of worker
>> threads within a session (deliberately put "sleep"s into ajax request
>> handlers, then stacked them up).  It seemed to limit per-session,
>> another session caused the creation of new threads.
>>
>> I could not find it in the documentation - but is there a way to
>> control the number of workers available for handling requests in
>> total, or per-session?
>>
>> Thanks,
>> Matt
>>
>> _______________________________________________
>> tbnl-devel site list
>> tbnl-devel at common-lisp.net
>> http://common-lisp.net/mailman/listinfo/tbnl-devel
>>
>
>
>
> --
> It does not matter how fast your code is, if it does not work!
>
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>




More information about the Tbnl-devel mailing list