We see this error all the time. Don and I tracked it down once, and
attributed it to two things:
1. Users getting bored and surfing away during an up/download, or
hitting Stop for some reason.
2. IE making two requests for a download (and possibly upload, I don't
think we checked that but it was mentioned here recently). The first
one will give this error after the second one grabs the connection to do
the transfer.
I'm not sure either of these can explain what you're seeing, though -
your proxy timeout theory sounds plausible to me.
janine
> Date: Fri, 19 Oct 2001 18:22:34 -0700
> From: Jim Wilcoxson <[EMAIL PROTECTED]>
> Subject: ns_getform, file upload, resource temp unavailble
>
> Has anyone seen this and understand what it is? We got this
> error with ns_getform during a file upload. It was happening
> once in a while with 2.3.3 too, so not a new thing. This
> user is uploading via AOL:
>
> Name: spider-ta074.proxy.aol.com
> Address: 152.163.205.79
>
> My guess is that the AOL proxy went to sleep for more than 30
> seconds during the file upload, causing the socket driver to
> timeout. I'm sure the disk wasn't full, so am assuming it's
> a problem on the read side.
>
> Jim
>
>
> errorInfo: Error writing content: resource temporarily unavailable
> while executing
> "ns_conncptofp $fp"
> invoked from within
> "if {![string match "POST" [ns_conn method]] || ![string
> match "*multipart/form-data*" [string tolower $type]] } {
>
> # Return ordinary or no ..."
> invoked from within
> "if ![info exists _ns_form] {
> set _ns_form ""
> set method [ns_conn method]
> set type [ns_set iget [ns_conn headers] content-type]
>
> ## MSIE redirecte ..."
> (procedure "ns_getform" line 4)
> invoked from within
> "ns_getform"
> invoked from within
> "set form [ns_getform]..."
>
> IP: 152.163.205.79
> HTTP Header:
> Accept="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*"
>
> Referer="http://www.rubylane.com/en/info/itemsmanage.tcl?snn=k
> yderbyitems"
> Accept-Language="en-us"
> Content-Type="multipart/form-data;
> boundary=---------------------------7d13b6b3a8"
> Accept-Encoding="gzip, deflate"
> User-Agent="Mozilla/4.0 (compatible; MSIE 5.5; CS 2000
> 6.0; Windows 98; Win 9x 4.90)"
> Host="www.rubylane.com"
> Content-Length="2174"
> Pragma="no-cache"