[rt-users] standalone_httpd
Rich West
Rich.West at wesmo.com
Tue Aug 2 16:24:40 EDT 2005
>
>
>>Is this efficient enough to use as the standard way of running RT? It
>>might eliminate a lot of installation problems and if you wanted it
>>as a virtual host you could easily run on an odd port number and play
>>some tricks with Apache's ProxyPass or RewriteRules to hide the fact
>>that it isn't the same web server.
>>
>>
The standalone httpd server definitely makes it easier to
manage/maintain. A simple ProxyPass and ProxyPassReverse pair of rules
handles things quite nicely.
>Unless things have changed, standalone is single threaded. That means
>it can only process one request at a time. If someone runs a long
>query everyone else will be waiting.
>
Unfortunately, this is true. It is single threaded, and it can be a
huge performance hit.
-Rich
More information about the rt-users
mailing list