On Mon, 15 Oct 2012 10:11:32 +0300
Antti Linno <antti.li...@gmail.com> wrote:

> 1) Do POE's sessions run in parallel? 

Not unless you are forking.

> 2) Does POE::Component::Log4perl cure this problem?

Unknown. We need to see some code.


I could speculate on a number of things potentially causing this issue.
Are you spinning up more than one process? Do you have any children
processes that are running? Do you use any other mechanism to read from
the sqlite file? What does your database code look like? Are you using
alarm() (perl's alarm, not POE::Kernel's).

Anyhow without any code it is difficult to debug. Please nopaste some
code so we can help you.



-- 

Nicholas Perez
XMPP/Email: n...@nickandperla.net
https://metacpan.org/author/NPEREZ
http://github.com/nperez

Reply via email to