Re: [python-win32] How to use win32file.TransmitFile with non blockingsockets?

2011-01-28 Thread Giampaolo Rodolà
Point of asynchronous programming is that all function calls should return immediately. "wait for an async operation to complete" sounds kinda wrong to me. --- Giampaolo http://code.google.com/p/pyftpdlib/ http://code.google.com/p/psutil/ 2011/1/28 Roger Upole : > Giampaolo Rodolà wrote: >> Hi

Re: [python-win32] How to use win32file.TransmitFile with non blockingsockets?

2011-01-28 Thread Roger Upole
Giampaolo Rodolà wrote: > Hi all, > I'm trying to take advantage of TransmitFile function in pyftpdlib: > http://code.google.com/p/pyftpdlib/issues/detail?id=152 > > I've noticed pywin32 provides a wrapper: > http://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=55195