Displaying 20 results from an estimated 600 matches similar to: "which version of backgroundrb to use"
2007 Feb 20
2
rails 1.2.1, locomotive and backgroundrb
Hi
I just tried to move my project to rails 1.2.1 on my locomotive
development setup. It seems that backgroundrb is not willing to start
up anymore. If I switch locomotive back to 1.1.6, everthing is fine.
This is the error I get while attempting to start backgroundrb:
/Applications/Locomotive2/Bundles/standardRailsJan2007.locobundle/
2007 Nov 14
7
BackgrounDRb version 1.0RC1 available now
Hi Folks,
BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be
used with Ruby on Rails applications for offloading long-running tasks.
Since a Rails application blocks while serving a request it is best to
move long-running tasks off into a background process that is divorced
from http request/response cycle.
This new release of BackgrounDRb is also modular and can be used
2007 Nov 02
10
pre-release version of backgroundrb available now from svn
Hi,
A pre-release version of backgroundrb is available now from svn.
Download it from here:
http://svn.devjavu.com/backgroundrb/branches/version099/
Since this release marks significant migration from existing
practices, i intend to keep trunk untouched for a while.
There are no install scripts, but you should copy "backgroundrb" file
from script directory of plugin to script
2008 Feb 02
6
Suspended start of task not suspended
Hi
I thought this should suspend the task by 1 minute, but it starts
immediately:
MiddleMan.ask_work( :worker => :bar_worker, :worker_method
=> :test_method, :trigger_args => { :start => (Time.now + 1.minute)})
Is the start argument not allowed in the new backgroundrb (mine is at
rev HEAD (=314))? What can I do about this?
I really need to suspend starting the task as I want
2007 Nov 16
1
Backgroundrb with Load Balancing Rails engines
Hi there,
We run several (3-4) Rails servers behind the reverse proxy / load
balancing web server serving the single application. All Rails
instances share the same database and use the database as a session
storage. Memcached is also part of the picture.
I''m looking into using Backgroundrb for some large uploads / parsing
task that provide progress status updates (via ajax calls).
2012 Jan 27
4
Problem with Postfix + Dovecot + MySQL + Squirrelmail
Dear friends,
I try configure a webmail on my server using Postfix + Dovecot + MySQL + Squirrelmail.
My system is a Debian6 and dovecot version is:
#dovecot --version
1.2.15
But, when I try to access an account on squirrel I recieve this message:
?ERROR
Error connecting to IMAP server: localhost.
111 : Connection refused?
Looking for a problem I foud this:
#service dovecot start
2006 Dec 15
1
:job_key acting weird?
Hi all
I''m experiencing something strange with a :job_key, it took me a very
long time to find out a worker wasn''t doing it''s job because of the
name of my job_key. The first one I tried was :make_kohier, and with
that name (and lot''s of other ones) I can''t get the worker to work. I
do get my key in return, but the job doesn''t start
2005 Jan 28
6
iaxComm version 1.0 released
iaxComm is an Open Source softphone for the Asterisk PBX.
iaxComm compiles and runs on Win32, Linux and Mac OS X (Panther) systems.
Recent Changes:
* Improved jitterbuffer code
* Steve Underwood's Packet Loss Concealment Code
Features Include:
* iLBC support
* GSM support
* speex support
* ulaw and alaw support
* Blind Transfer.
* Custom Ringtones per
2006 Feb 07
3
model and controller organization
Hi. I am making an application and its going to have dozens of model
objects and maybe as many controllers.
I want to organize this stuff into logical directories ... like I
used to do in Java (using the package declaration). I am interesting
in learning how RoR handles this seemingly common situation and also
what are best practices using Ruby in general.
Using ./script/generate model
2010 Aug 18
2
Different way of aggregating
Hi
Usually "aggregate" is used to calculate things such as the sum of all data
on the first day, the sum next day, and so on.
But how can I calculate the mean of the first hour of all days, the mean of
the second hour of all days, and so on. ???
That's
Most examples:
today at 1am + today at 2am + today at 3am +.... -> sum
today
tomorrow at 1am + tomorrow at
2006 Aug 09
3
Pb with ssl_disable in 1.0RC6
Hi,
I have a problem after upgrading dovecot 1.0rc1 to 1.0rc6.
I don't use SSL at all so I have 'ssl_disable = yes' in my configuration. This works
fine in 1.0rc1 but dovecot 1.0rc6 failed to start with the following error
message "dovecot: Login process died too early - shutting down".
Setting 'ssl_disable = no' resolves the problem but now dovecot announce TLS
2010 Jul 16
1
Nested if help
Hello,
I am trying to find a direct way to write a nested if of sorts to find data
for a specific time range for a specific day (across a range of days) and
have exhausted my abilities with the manuals I have at hand. I have a good
deal of data of this approximate form:
day time price
1 1am 5
1 2am 7
1 3am 9
1 4am 12
2 1am 5
2 2am 7
2
2001 Aug 02
1
Encoder differences, beta4 -> 1.0rc1
Hi all,
Were there encoder differences between beta4 and 1.0rc1? A precompiled
oggenc for Windows identifies itself as beta4, and from a certain mono
file produces 53.3 kb/s files, whereas one I've compiled myself,
identifying itself as 1.0rc1, produces 55.9 kb/s. Is this a feature or
a bug?
Also, all the links to images at the top of:
http://www.vorbis.com/download_win.psp
are broken.
2006 Sep 15
2
unable to figure out how to get backgroundrb.yml to be used when starting backgroundrb
i ran rake backgroundrb:setup and modified the default
config/backgroundrb.yml file as:
---
port: "22223"
timer_sleep: 60
load_rails: true
environment: production
host: localhost
database_yml: config/database.yml
acl:
deny: all
allow: localhost 127.0.0.1
order: deny,allow
and my database.yml
production:
adapter: mysql
database: chip2_production
username: xxxxx
password:
2006 Jun 16
5
BackgrounDRb / Testing Error: uninitialized constant BackgrounDRb
I''m digging into BackgrounDRb and having some problems testing a worker class.
The following line in my test (created from script/generate worker
Test) throws an error:
worker = TestWorker.new(:test_string => "testing...")
Error:
/activesupport/lib/active_support/dependencies.rb:123:in
`const_missing'': uninitialized constant BackgrounDRb (NameError)
from
2019 Jul 12
5
rsync many processes and slow backup
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20190712/4cce45c2/attachment.htm>
2008 Oct 02
5
Theora 1.0 RC1
Fellow Theora users,
For long you have waited for the stable release of the official
implementation of everyone's favorite video format. Well, this is its
Release Candidate, and you are hereby invited to play around with it
as much as you want.
Here's what's new since beta3:
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
-
2008 Oct 02
5
Theora 1.0 RC1
Fellow Theora users,
For long you have waited for the stable release of the official
implementation of everyone's favorite video format. Well, this is its
Release Candidate, and you are hereby invited to play around with it
as much as you want.
Here's what's new since beta3:
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
-
2006 Dec 16
3
fastthread 0.5.3
I''ve just committed fastthread 0.5.3, which finally gives us a working
SizedQueue (which hadn''t really ever worked in previous versions).
Mostly it was just a matter of refactoring Queue and SizedQueue into a
single class behind the scenes, so I could move the signalling of the
SizedQueue-specific condition variable inside the queue''s critical
section. Failing to do so
2007 Oct 26
1
BackgroundRB on Windows: UNIXServer required!
I have Backgroundrb working with a Rails project on my OS X box at work, but when I attempt to run migrations or tests at home on my windows box, it fails stating: UNIXServer required! If I remove Backgroundrb from the plugins directory, things work on Windows so I know this is somehow related to Backgroundrb. Does anyone have a tip on what might be going on?
Thanks,
Nathan
-------------- next