On Mon, May 13, 2002 at 06:32:04PM -0400, Bradley Brahms wrote:
> To do this, one would add the following to their script:
>
> Event->timer(interval => 5, cb => sub{unloop;});
>
> then change their Event::loop; line to
> while (1) {
> Event::loop;
> }
i think this is the sam
Here is an update where I am in testing right now.
Having noted that using one_event() does not cause a memory growth problem I
thought I would change Event.xs to make loop() be a while(1) loop calling
safe_one_event(). The purpose of the test was to see if that would solve the
growth problem. I
On Mon, May 13, 2002 at 12:51:54PM +0100, Nick Ing-Simmons wrote:
> Joshua N Pritikin <[EMAIL PROTECTED]> writes:
> >On Thu, May 09, 2002 at 05:42:38AM -0700, Scott Beck wrote:
> >> Sorry to bother you, the problem I was having was my own. The code was
> >> incorrect. Uri saw it on the list and po