Re: [Python-Dev] Iterable sockets?

March 14, 2003
12:11 p.m.
Yes. Which has always struck me as slightly ugly.
I guess you would keep the send() and recv() interfaces for raw access, and add read(), write(), readlines(), etc, which would be buffered. I'd chose to then view it as a superset of a file-like object.
And get rid of stdio along the way, with any luck... 8-) It would also be nice to make the buffering play nicely with select()/poll()-threaded applications... if we're talking about wishlists... 8-) -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/
8040
Age (days ago)
8040
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew McNamara