Re: Fast socket write

2007-09-01 Thread Greg Copeland
On Aug 22, 8:30 am, paul [EMAIL PROTECTED] wrote: Greg Copeland schrieb: On Aug 21, 9:40 pm, Bikal KC [EMAIL PROTECTED] wrote: Greg Copeland wrote: I'm having a brain cramp right now. I can't see to recall the name of Is your cramp gone now ? :P I wish. If anyone can remember the

Re: Fast socket write

2007-08-22 Thread Greg Copeland
On Aug 21, 9:40 pm, Bikal KC [EMAIL PROTECTED] wrote: Greg Copeland wrote: I'm having a brain cramp right now. I can't see to recall the name of Is your cramp gone now ? :P I wish. If anyone can remember the name of this module I'd realy appreciate it. Greg --

Re: Fast socket write

2007-08-22 Thread paul
Greg Copeland schrieb: On Aug 21, 9:40 pm, Bikal KC [EMAIL PROTECTED] wrote: Greg Copeland wrote: I'm having a brain cramp right now. I can't see to recall the name of Is your cramp gone now ? :P I wish. If anyone can remember the name of this module I'd realy appreciate it.

Re: Fast socket write

2007-08-22 Thread Jean-Paul Calderone
of this module I'd realy appreciate it. Perhaps you are thinking of the sendfile(2) call available on Linux. Fast socket write is quite vague though, so perhaps not. If this isn't what you had in mind, maybe you can try to provide more details about the functionality to narrow the field a bit

Fast socket write

2007-08-21 Thread Greg Copeland
I'm having a brain cramp right now. I can't see to recall the name of a module. I know there is a python module which allows for optimized socket writes on Linux. It uses a syscall to obtain its benefit. IIRC, it is a fast path for I/O bound servers. Can someone please refresh my memory? What

Re: Fast socket write

2007-08-21 Thread Bikal KC
Greg Copeland wrote: I'm having a brain cramp right now. I can't see to recall the name of Is your cramp gone now ? :P -- http://mail.python.org/mailman/listinfo/python-list