Hi, Sorry if this is a stupid question!
I used to have a site running on Merb 0.1.0. When running as a cluster, it would automatically start a drb process to co-ordinate the upload progress monitoring. Since uploading to 0.3.7 (a bit of a jump!), the drb process hasn't started automatically. I seem to start one if I run merb -s 32323 manually, but when I do check on a file upload progress, I just get a nil back. Before digging into the upload side of it, I suspect that the drb not starting automatically might be the deeper cause of the problem. Should drb start automatically? In my merb.yml I have :config: dist/conf/upload.conf :drb_server_port: 32323 and in dist/conf/upload.conf I have :drb: true :path_info: /upload/applet_upload_file :frequency: 3 Thanks for any help/pointers!
_______________________________________________ Merb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/merb-devel
