in reply to Re^5: Strange blocking issue with HTTP::Daemon
in thread Strange blocking issue with HTTP::Daemon

it exits the loop and your program ends

Not quite, for example adding another simple step like a print "loop exited\n"; after the while loop never gets executed. So I can't even poke around by polling the error variables. And $DEBUG didn't help.
Anyone?

Replies are listed 'Best First'.
Re^7: Strange blocking issue with HTTP::Daemon
by Anonymous Monk on Nov 21, 2010 at 15:06 UTC
    Hi, i have the same problem here. Loop around the accept-loop does not work. My Server delivers an KML for GE. HTTP::Daemon exits especially when GE is started after the ServerApp. If i start GE first, it more stable. Regards, Joe