Re: Newbie question about sessions
"Artem Harutyunyan" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
Hi Chris, > Your session will either have to do some work, create a wheel, trigger some events/alarms, etc. or you can > explicitly increase the reference count using the kernel's refcount_increment() method. > > With the latter, your session will stay around until you explicitly decrease the reference count for your > session using refcount_decrement() method. Thanks for explanations. I tried to increase reference count in _start function, but it did not help. The program gives the same output. Artem.