Hi All, First, I'm new to the list, so I'd like to say hello to all fellow mongrelists :)
Second, I'd like to ask you if there's any way to make a simple mongrel script run multithreaded? No rails, just plain old class MyHandler < Mongrel::HttpHandler . . . h = Mongrel::HttpServer.new("127.0.0.1", "80") stuff. Since win32 lacks fork, I don't know if I can make it process multiple request simultaneously. I've read about the mongrel rails service thing, but that's only for rails, if I'm not mistaken. Thank you in advance, Ochronus
_______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users