it seems that my timeout comes from the client. Apparently, I am using LWP::UserAgent with default value of 180 seconds in one of the situations. In the other situation I am using the browser. Just for debugging purposes: Is it possible that the browser answers after 30 min or so? On the web I would never wait so long, but this is on localhost so I don't see what should interfere with it. Right? thanks On Tue, Aug 24, 2010 at 11:53 AM, Maurice Mengel <mauricemengel@gmail.com> wrote:
Hi, I am processing an xml document which is too big, respectively, I am processing it too slow. Anyways, at some point I get a timeout. Now I am trying to understand 'who' causes the timeout. Does Dancer do something in this respect? Is there something like php's max_execution_time? Or maybe there is none of it on the server side and the timeout comes from the client? Thanks for enlightenment in advance.
Maurice