On 4/27/05, Jp Calderone <exarkun@divmod.com> wrote:
For
many projects, asynchronous disk file i/o isn't actually that
important. They either only do a little bit of it, or they
can fragment it over multiple reactor iterations manually without too
much effort.
can you explain the "fragement it over multiple reactor itertations" please?
I actually have a project that it is very import and we are trying to figure out the best way to do this type of thing