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 c
your cramp gone now ? :P
>
>
>I wish. If anyone can remember the name 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
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 i
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
--
http://mail.python.
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
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