Displaying 2 results from an estimated 2 matches for "logier".
Did you mean:
logger
2007 Jun 20
2
send objet between 2 workers
Hi,
I''m using backgroundrb but I have 2 problems with it.
First is when I launch a thread Toto from the do_work method. Toto can''t
access to a class variable defined before... (undefined method `+'' for
nil:NilClass)
I suspect that thread is launched when backgroundrb start but the worker not
..
My code is :
class MonWorker < BackgrounDRb::Worker::RailsBase
2007 Jun 26
0
0.2.x new architecture ?
Hi,
I''m using the latest stable version (0.2.1 (Released November 28, 2006 -
r162)) and according to the web site :
"the new system uses multi process with IPC to manage workers.So each of
your workers will run in their own ruby interpreter."
I supposed that each worker run in is own process. That isn''t true. I
defined the same instance variable (@toto) in the do_work