Displaying 2 results from an estimated 2 matches for "availbal".
Did you mean:
availbale
2005 Oct 06
2
Asterisk/Debian/VIA EPIA M Howto
I have written a step-by-step setup for installing Asterisk on Debian
using the VIA EPIA M platform. It is oriented to the Linux novice
(myself being one). Feel free to use it :)
http://www.steady-com.com/asterisk/debian-install.html
2008 May 04
12
best approach to managing workers and getting status
Hi,
I am using backgroundrb to process audio files from a rails
controller. Currently a new worker gets created every time the method
is called on the worker, using this code:
@job_key = MiddleMan.new_worker(:worker
=> :audio_file_worker, :job_key => Time.now.to_i)
MiddleMan.worker(:audio_file_worker,
@job_key).make_new_audio_file(params[:release_id])
I need to create the new