XMLParser error in embperl XML call.

2001-04-05 Thread khoward
Hi, I'm using the XPath module in an embperl page and having trouble trying to make a call to the method findnodes on an XPath object. The call dies only when run under embperl (w/mod_perl). The exact place of failure is at: XML::XPath::XMLParser::parse at the return call where XML::Parser::pars

Re: Hanging on IO::Socket call

2001-03-19 Thread khoward
Gerald, Thank you for your prompt response. I've tried the fix that you suggest and also looked through the documentation and neither have helped. Perhaps you might have another idea why the calls are hanging? Thanks again, Kent On Mon, 19 Mar 2001, Gerald Richter wrote: > You need to set op

Hanging on IO::Socket call

2001-03-19 Thread khoward
Hi, I am running into a problem where an embperl page with the code below hangs during the while loop reading data from a remote socket. This function works fine as a standard perl script called cgi under mod_perl. Has anyone seen this behavior or know of a workaround or fix? Using: Embperl