<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I am using backgroundrb with rails and have a problem if I submit two
jobs<br>
to be handled and the 2nd job is submitted before the first job is
complete.<br>
The 2nd job is never worked on, although in the database table, it is
marked as<br>
taken.<br>
<br>
I have a single worker which is created at rails startup. I am enquing
the task. I had thought the<br>
the 2nd job would be in a queue and would be worked on after<br>
the first job is done. Am I wrong? Do I need to create a pool?<br>
<br>
I am using Oracle with rails 2.1.2<br>
<br>
I set the allow_concurrency = false<code><br>
</code>in the 3 places I found it set to true in the backgroundrb code,
per<br>
the FAQ, but it did not seem to matter.<br>
<br>
Thanks in advance,<br>
Don
</body>
</html>