Re: Newbie question about sessions
"Artem Harutyunyan" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex,
>
> POE::Kernel->post ('worker' => 'random');
> POE::Kernel->run();
Yes, that works. However this doesn't solve my problem. I want session
to stay alive and wait for (possible) future events. (I will need that
when I will use my class inside a server).
Artem.