[katello-devel] Load Balancer options

Mike McCune mmccune at redhat.com
Mon Jan 16 20:26:56 UTC 2012


On 01/16/2012 12:22 PM, Bryan Kearney wrote:
> On 01/16/2012 08:22 AM, Lukas Zapletal wrote:
>> On Mon, Jan 16, 2012 at 08:19:52AM -0500, Bryan Kearney wrote:
>>>> For now I think we are going to leave it alone until we can explore
>>>> other options like JRuby and Ruby 1.9.X
>>>>
>>> Is each thin instance a unique process?
>>
>> It is, but without multi-threading support, so it can handle only one request
>> at the same time.
>>
>> What about considering the following two options:
>>
>>    * Configure thin as multi-threaded. There is an option --threaded (Call
>>      the Rack application in threads) which is marked as experimental.
>>      It's not documented and it will likely fail, but it maybe worth
>>      trying.
>>
>>    * Configure proxy to route all IO blocking request (imports etc) to a
>>      dedicated thin process. All others would be in a different "group".
>>      This would be more or less temporary solution.
>>
>> LZ
>>
>>
> Should we do a community doco around how to move an install to passenger?
>

https://fedorahosted.org/katello/wiki/WebServerChoice#InstallationConfiguration

that points at how to setup Passenger


-- 
Mike McCune
mmccune AT redhat.com
Red Hat Engineering       | Portland, OR
Systems Management        | 650.254.4248




More information about the katello-devel mailing list