When routing requests to more than one fcgi process, what are my options
with Rails? Are most people in the community just using some form of
session affinity?
Dennis Byrne
When routing requests to more than one fcgi process, what are my options
with Rails? Are most people in the community just using some form of
session affinity?
Dennis Byrne
[email protected] wrote:
When routing requests to more than one fcgi process, what are my options
with Rails? Are most people in the community just using some form of
session affinity?
By default Rails uses files to hold session state, so no session
affinity is needed. It’s generally preferable to use the option to hold
session state in the database, which again avoids having to have session
affinity.
regards
Justin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs