Re: Problems with Timeouts

Martin Simmons <[email protected]>
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
>>>>> On Fri, 03 May 2002 21:04:37 +0200, [email protected] (Dr. Helmut G. Enders) said:

  Helmut> I am using  LispWorks 4.2.0 and cl-http-70-156a-pre.

  Helmut> The form-function needs ca. 3 Minutes until it returns.
  Helmut> In a loop each customer is read from a file to a clos object.
  Helmut> After ca. 40 seconds and 120 customer read without error,
  Helmut> I got a strange error messages like 
  Helmut>    "Slot Nr is missing in <the customer object>".
  Helmut> If I read 100 customers and return in 20 Seconds, there is no 
  Helmut> error all. The same function runs during the initializing of 
  Helmut> the system with no error.
  Helmut> It seems to be  a timeout problem. I have increased the values
  Helmut> of :timeout and :livetime  in the export-url, but with no
  Helmut> success:

I'm not sure this will fix it, but the keyword should be :life-time ("f" not
"v").

You could trace MP:PROCESS-INTERRUPT to see if something asynchronous is
happening.  Also, setting *BREAK-ON-SIGNALS* might help to debug why the slot
is missing.

-- 
Martin Simmons                            Email: [email protected]
Xanalys Ltd, Barrington Hall,             TEL:   +44 1223 873826
Barrington, Cambridge CB2 5RG, England.   FAX:   +44 1223 873873
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.