<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I tried opening a mysql connection outside the functions in my perl
script then using that handle through out the perl script. I am getting
the following error...<br>
<br>
Error: rlm_perl: perl_embed:: module =
/usr/local/etc/raddb/modules/billing.pl , func = accounting exit
status= DBD::mysql::db prepare failed: handle 2 is owned by thread
9b19fc8 not current thread 9cfdac8 (handles can't be shared between
threads and your driver may need a CLONE method added) at
/usr/local/etc/raddb/modules/billing.pl line 214.<br>
<br>
Alan DeKok wrote:
<blockquote cite="mid20060808154152.713FC16CBC@mail.nitros9.org"
 type="cite">
  <pre wrap="">Matt Dunkin <a class="moz-txt-link-rfc2396E" href="mailto:mdunkin@innflux.com"><mdunkin@innflux.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">After some recent changes to my rlm_perl perl script I am getting the
following messages all the time...

Tue Aug  8 08:08:50 2006 : Error: WARNING: Unresponsive child (id
2966633392) for request 28
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Something's blocking the thread.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Each function in the perl script opens a mysql connection then closes it
before finishing the function. Could this be the problem? Should I
create an initial connection and use it throughout the script?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Yes.  That would probably help a lot.

  The "unresponsive child" message comes out after about 20 seconds of
problems, which is a pretty serious problem.

  Alan DeKok.
--
  <a class="moz-txt-link-freetext" href="http://deployingradius.com">http://deployingradius.com</a>       - The web site of the book
  <a class="moz-txt-link-freetext" href="http://deployingradius.com/blog/">http://deployingradius.com/blog/</a> - The blog

List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>


  </pre>
</blockquote>
</body>
</html>