search for: background_jobs

Displaying 1 result from an estimated 1 matches for "background_jobs".

2007 Nov 16
1
Backgroundrb with Load Balancing Rails engines
...h Rails engine will the status update request land. It may or may not hit the engine where the Bdrb worker has been created( we don''t plan for session affinity nor anything similar). As mentioned earlier the only shared component is the database, and I was planning to introduce a ''background_jobs'' table - keyed with the worker key and storing the key in the session. In addition to the worker key the table would have a blob data where the updates are stored. Then the MiddleMan is basically used only for starting the job and the results could be read by any engine. This looks to me...