> the typical meachnism for upload progress bars is that separate (ajax) queries > are used to query the state of an running upload, which is identified by some > unique ID (e.g. X-Progress-ID in > http://wiki.nginx.org/NginxHttpUploadProgressModule, > or some other heuristics. e.g. based on URL and peer addr). > So, one needs just a thread-safe introspection meachnism, which > checks in the spooler the state (such as "ns_upload_stats" > in naviserver) and returns it back. The spooler hast just to update > these statistics when it recieves data.
Exactly - what is needed in aolserver is simply a tcl command for introspection, specifically how many bytes have been received in some particular case. That data must be somewhere, what I was wondering is if anyone had an idea *where*. -j -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.