hi, I am using ruby-fcgi (http://sugi.nemui.org/prod/ruby-fcgi/) with apache 1.3x. under heavy load, apache begins to start other processes of my fcgi-script. since I am caching some basic code in this main process, I want every request to be handled by the same fcgi-script. So how can I force this behaviour? Any ideas? benny --