Thanks again, David
On Thursday, Jun 5, 2003, at 19:03 US/Eastern, Gabriel Kihlman wrote:
You have to remove all events for the session to gc. Just add the line below and it will work like you want if I read enough of your code to grasp it.
--> $_[KERNEL]->alarm_remove_all();sub child_error { my ($function, $error) = @_[ARG0, ARG2];
delete $_[HEAP]->{readwrite}; print "CHILD: call to $function() failed: $error.\n" if $error; }
