From: Vasiljevic Z. <zv...@ar...> - 2007-10-23 20:16:36
|
On 23.10.2007, at 21:57, Vlad Seryakov wrote: > Yes, i am thinking how to make driver to spool data into regular file, > not mmap it and just pass to the connection thread. In the conn some > kind of command like ns_conn tempfile would return name of the file > and > in the script i have to do whatever i want. > > This asks for another knob to introduce, something like max upload > limit > if greater, contents will go directly into file without parsing. > > The spooler thread can still do the upload work. Hm... this reires some plumbing, right? Being able to delegate mpart processing to some other "thing" is generally good option. I just do not know how you will "communicate" that to the connection thread. Do you have some plan? |