On Wed, Aug 20, 2008 at 12:22 PM, Jeff Rogers <[EMAIL PROTECTED]> wrote:
> Linux.  This tcl page:
>
> set fn "/tmp/tmpfile[expr rand()]"
> set f [open $fn w]
> puts $f [ns_queryget data]
> close $f
> after 2
> ns_returnfile 200 text/plain $fn
> ns_unlink $fn

[after 2] would wait 2 milliseconds.  [after 2000] or [ns_sleep 2]
might make a difference(?).


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to