Hi,
I want to run more then one mongrel for the same rail application on the
same machine, using the same rails files.
This application use “active scaffold” when I start one mongrel some
files are writes in the public/plugin_assets/ folder.
If I start more then one mongrel it is possible these files become
scrambles ?, there is also some files in tmp/{cache,pids,sessions
,sockets, webfile}
who can i make sure the 2 mongrels will not interfere each other ?, Do i
really need to use a separated copy of the same rail application for
each mongrel ?
Yves