search for: adverplex

Displaying 2 results from an estimated 2 matches for "adverplex".

2008 Jan 29
1
Does status disappear after worker exits?
Hemant, From http://backgroundrb.rubyforge.org/ "Currently, when a worker is deleted/exits, its result/status is also gone (i.e. you can?t query the status of a worker which is not running). This behaviour is expected to change in future releases." Is this still true? I ask because I am checking for a status after a worker exits and the code seems to work. Thanks Rupert
2008 Jan 29
1
Workers without rails environment
Hemant, Thank you for your work on backgrounrb. In the old version there was the option of creating workers that do not load the rails framework. Since I was starting these processes as needed I decided to make use of this so they would use less memory. Is there a way to do this in the new version? This is not important to me but just wanted to make sure I was not missing something.