in reply to
Re: anyevent + fork = problem
in thread
anyevent + fork = problem
:) Kinda the purpose behind AnyEvent is so you don't fork :) You could use
Proc::Background
, stat a file in your anyevent stuff, stat a file, when file changes, get data from file
Comment on
Re^2: anyevent + fork = problem
In Section
Seekers of Perl Wisdom