Displaying 1 result from an estimated 1 matches for "bc66bc0c".
2006 Dec 18
3
Using a network drive to share files between Mongrel/Rails instances...?
I have a Apache proxying to a number of Mongrel''s on different physical 
machines.
What I need to do next is share files between the Rails instances. I am 
creating dynamic files which will be created by Rails and stored on 
disk. The file is then recovered and served at a later date by an ajax 
request.
But because of the proxying the ajax call my be routed to a different 
machine.