Hello, Bruno,
> What i was looking for was a timoutmechanism to close idle sessions in a
> script... From the description i think that the Event module is suited,
yes, Event is well suited for this purpose.
> i made the following testscript:
>
> #!/usr/bin/perl -w
> use Event qw(loop);
> requi
Hello!
sorry to bother, but i am kinda stuck trying to understand the
Event::timer part...
What i was looking for was a timoutmechanism to close idle sessions in a
script... From the description i think that the Event module is suited,
but i didn't manage to get an asynchronous system to work.