Re: Async IO notes

2004-05-04 Thread Dan Sugalski
At 4:25 PM -0700 5/4/04, Jeff Clites wrote: On May 4, 2004, at 9:02 AM, Dan Sugalski wrote: While Parrot will do async IO, we are making ordering guarantees for reads and writes (though reads and writes will be considered separate and ordered separately). That is, if you issue two or more reads

Re: Async IO notes

2004-05-04 Thread Jeff Clites
On May 4, 2004, at 9:02 AM, Dan Sugalski wrote: While Parrot will do async IO, we are making ordering guarantees for reads and writes (though reads and writes will be considered separate and ordered separately). That is, if you issue two or more reads or writes, they will be satisfied in order a

Async IO notes

2004-05-04 Thread Dan Sugalski
Since it's bound to come up, we might as well get this out of the way now. While Parrot will do async IO, we are making ordering guarantees for reads and writes (though reads and writes will be considered separate and ordered separately). That is, if you issue two or more reads or writes, they