Håkon Solberg wrote:
> Hello paste users,
> 
> I have successfully set up paste/pylon. I'm trying to integrate wphp and run
> php via WSGI, but I can't run os.fork() (wphp) on the Windows platform.
> 
> Is there a planned upgrade to support Windows with wphp? For os/platform
> independence, I could suggest using the new subprocess python module
> (standard python). Maybe using this module would accomodate some of the
> limitations mentioned in the to-do list for wphp.

Now that I look at it, subprocess does look reasonably simple to use 
instead of os.fork there.  I've made that change in the trunk.

-- 
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to