[sldev] Python libs in source tree

Ryan Williams (Which) rdw at lindenlab.com
Wed Nov 21 13:24:42 PST 2007


Phoenix wrote:
> On 2007-11-21, at 12:02, Ryan Williams (Which) wrote:
>>  - ipc.saranwrap : wraps a module in a child process that is spoken 
>> to via pipes, so as to use eventlet's socket swizzling around 
>> blocking code like MySQLdb.
>
> This technically uses eventlet's file descriptor wrapping, so this 
> feature is unlikely to work as a non-blocking driver on Windows.
>
>
Ah, you are correct.  Anything using the Process class from eventlet is 
unlikely to work on Windows for that reason, at least until we figure a 
way around this limitation.

-RYaN


More information about the SLDev mailing list