On Nov 20, 2007 10:53 AM, Shiva Kumaran <[EMAIL PROTECTED]> wrote:
> hi,
> how to configure mongrel_cluster in windows.
> mongrel_rails cluster::configure -e development -p 3000 -N 2 i have used
> this one its configured correctly then if i start the server it is
> throwing error.if any one knows how to configure help me
>

mongrel_cluster rely on fork() functionality, which is missing in the
ruby mswin32 implementation, so it will fail trying to "daemonize"
mongrel_rails.

Right now, a workaround is set N services (mongrel_service) for N
members of the cluster.

This remembers me need to get the dust off on some stuff... but that
takes time :-P

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to