Hi,<div><br> </div><div>Sorry if this is a stupid question! </div><div><br> </div><div>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.
</div><div><br> </div><div>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.
</div><div><br> </div><div>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?
</div><div><br> </div><div>In my merb.yml I have</div><div><br> </div><div><div>:config: dist/conf/upload.conf</div><div>:drb_server_port: 32323</div><div><br>
</div><div>and in dist/conf/upload.conf I have</div><div><br> </div><div><div>:drb: true </div><div>:path_info: /upload/applet_upload_file</div><div>:frequency: 3</div><br>
</div><div><br> </div><div>Thanks for any help/pointers!</div><div><br> </div><div><br> </div><div><br> </div><div><br>
</div></div><br>