Re: aio Functions

1999-11-03 Thread John Polstra
In article <[EMAIL PROTECTED]>, Christopher Sedore <[EMAIL PROTECTED]> wrote: > > I've got a set of patches that fix this and the fact that signals don't > get issued for completion on certain types of requests. I'm hoping to get > it committed, but feel free to contact me for the latest stuff

Re: aio Functions

1999-11-03 Thread Christopher Sedore
On Tue, 2 Nov 1999, Ricardo Bernardini wrote: > Hello list! > > I'm starting with aio functions (aio_read, aio_return, etc.), I've made them > work with disk file I/O, now I'm trying with TCP sockets not with the same > success. Does anyone know if it is pos

aio Functions

1999-11-02 Thread Ricardo Bernardini
Hello list! I'm starting with aio functions (aio_read, aio_return, etc.), I've made them work with disk file I/O, now I'm trying with TCP sockets not with the same success. Does anyone know if it is posible to do what I'm trying? Or where to find more info about this fu

Re: aio Functions

1999-01-03 Thread Christopher Sedore
On Wed, 3 Nov 1999, John Polstra wrote: > In article <[EMAIL PROTECTED]>, > Christopher Sedore <[EMAIL PROTECTED]> wrote: [...snip info on aio stuff...] > > > > I hope to try 1000 descriptors soon. > > That's great news! So have you gotten rid of some of these absurdly > low fixed limits? >

Re: aio Functions

1999-01-02 Thread Christopher Sedore
On Fri, 5 Nov 1999, Daniel C. Sobral wrote: > Ricardo Bernardini wrote: > > > > Well !! That's far more than the things I'm having trouble with!! I'm not > > being able to make ONE asynchronous read. I've tried the aio functions with > > file I/O

Re: aio Functions

1999-01-02 Thread Daniel C. Sobral
Ricardo Bernardini wrote: > > Well !! That's far more than the things I'm having trouble with!! I'm not > being able to make ONE asynchronous read. I've tried the aio functions with > file I/O and it worked fine, I've also tried the socket I/O with read()

Re: aio Functions

1999-01-02 Thread Ricardo Bernardini
Well !! That's far more than the things I'm having trouble with!! I'm not being able to make ONE asynchronous read. I've tried the aio functions with file I/O and it worked fine, I've also tried the socket I/O with read() and it worked fine too. But when I issue the r