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 specially implemented syscall and
it's done too OS specific. But we can simply try to adapt the existing
SSL_write() to a SSL_writev(). I've looked into SSLeay and this is a lot more
easier. So, I'll give it a try this afternoon. Don't understand why I didn't
came to this idea first... :-(
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to