Re: EAPI and writev..

1998-11-29 Thread Ralf S. Engelschall
On Sun, Nov 29, 1998, Anthony Rumble wrote: > > > > Im wondering how badly mod_perl will fragment up writes without writev > > > > support.. > > > > > > Don't know, I've never did any performance tests. > > > > > > > Maby Ill have to run two servers for now.. one with ssl and no writev, and > >

Re: EAPI and writev..

1998-11-29 Thread Anthony Rumble
On Sun, 29 Nov 1998, Anthony Rumble wrote: > On Sat, 28 Nov 1998, Ralf S. Engelschall wrote: > > > > Im wondering how badly mod_perl will fragment up writes without writev > > > support.. > > > > Don't know, I've never did any performance tests. > > > > > Maby Ill have to run two servers for n

Re: EAPI and writev..

1998-11-28 Thread Ralf S. Engelschall
On Sat, Nov 28, 1998, Ralf S. Engelschall wrote: > On Sun, Nov 29, 1998, Anthony Rumble wrote: > > >[...] > > When will EAPI have writev support.. > > I've now again searched for the details. When we want to create a SSL_writev() > by trying to emulate writev() we have no chance. On most system

Re: EAPI and writev..

1998-11-28 Thread Anthony Rumble
On Sat, 28 Nov 1998, Ralf S. Engelschall wrote: > > Im wondering how badly mod_perl will fragment up writes without writev > > support.. > > Don't know, I've never did any performance tests. > > > Maby Ill have to run two servers for now.. one with ssl and no writev, and > > one without ssl wit

Re: EAPI and writev..

1998-11-28 Thread Ralf S. Engelschall
On Sun, Nov 29, 1998, Anthony Rumble wrote: >[...] > When will EAPI have writev support.. I've now again searched for the details. When we want to create a SSL_writev() by trying to emulate writev() we have no chance. On most systems writev() is not a wrapper around write(), is actually a specia

Re: EAPI and writev..

1998-11-28 Thread Ralf S. Engelschall
On Sun, Nov 29, 1998, Anthony Rumble wrote: > Who is writing the EAPI code for apache? That's me. >[...] > When will EAPI have writev support.. Yes, writev() is a problem. It's usually very implementation dependent _internally_, so it's not easy to write a SSL_writev() (which missing in SSLeay

EAPI and writev..

1998-11-28 Thread Anthony Rumble
Who is writing the EAPI code for apache? When is it going to be merged with the main line apache code? When will EAPI have writev support.. Im wondering how badly mod_perl will fragment up writes without writev support.. Maby Ill have to run two servers for now.. one with ssl and no writev, a