Hi Bahaa,
Bahaaldin Al-amood wrote:
the server dies during the OpenCA::Server->run call and it does not make it to process_request function. It seems to me that it is hanging in a loop or an infinite recursive call because the kernel kills the startup process. I traced in the Server->run and it seems like it dies at $self-
loop. Here is were I get lost, I put a print statement at the beginning
of the sub loop but it never gets to it, but it will print the print
statement I placed right before it makes the $self->loop call. Any ideas
are welcome.
Did you use the right loop function? Usually the loop function Net::Server (Server.pm) is not used. The most server types implement their own loop function (e.g. Net/Server/*Fork*.pm). There you have to put you print statements.
Michael -- _______________________________________________________________
Michael Bell Humboldt-Universitaet zu Berlin
Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 [EMAIL PROTECTED] D-10099 Berlin _______________________________________________________________
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ OpenCA-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-devel
