Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

use win32-process for server thread on windows #2

Closed
jarib opened this issue Aug 9, 2009 · 1 comment
Closed

use win32-process for server thread on windows #2

jarib opened this issue Aug 9, 2009 · 1 comment

Comments

@jarib
Copy link
Member

jarib commented Aug 9, 2009

Since we can't fork() on windows, the server is now running in a Ruby thread, which works fine on JRuby but might cause problems on MRI (at least < 1.9). Probably better to start a new ruby process using Process.create from win32-process.

@jarib
Copy link
Member Author

jarib commented Sep 7, 2009

Closed by fce772.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant