change file descriptor for socket in python

Posted by Dani on Stack Overflow See other posts from Stack Overflow or by Dani
Published on 2010-05-27T15:38:44Z Indexed on 2010/05/27 15:41 UTC
Read the original article Hit count: 174

Filed under:
|
|

Hello everybody

I'm trying to manually create the file descriptor associated with a socket in python and then loaded directly into memory with mmap. Create a file into memory with mmap is simple, but I can not find a way to associate the file with a socket.

Anyone know how?

thank you very much.

© Stack Overflow or respective owner

Related posts about python

Related posts about sockets