search for: 434wireless

Displaying 4 results from an estimated 4 matches for "434wireless".

2007 Aug 01
4
stability of using scheduled workers
Hi, Going through the archive, and just keeping a general watch on this list seems to indicate that there are some issues using scheduling with backgroundrb. I need a worker that will perform some actions on an hourly interval. These actions will require access to several of the models in my application. I am currently using backgroundrb to handle processing of files, where I spawn a worker to
2007 Apr 23
0
backgroundrb and REXML issue
...0423-13:36:41 (8456) /usr/lib/ruby/1.8/rexml/xpath_parser.rb: 125:in `match'' 20070423-13:36:41 (8456) /usr/lib/ruby/1.8/rexml/xpath_parser.rb:56:in `parse'' 20070423-13:36:41 (8456) /usr/lib/ruby/1.8/rexml/xpath.rb:53:in `each'' 20070423-13:36:41 (8456) /usr/local/src/rails/434Wireless/lib/workers/ parser_worker.rb:376:in `do_work'' 20070423-13:36:41 (8456) /usr/local/src/rails/434Wireless/vendor/ plugins/backgroundrb/server/lib/backgroundrb/worker.rb:55:in `work_thread'' 20070423-13:36:41 (8456) /usr/local/src/rails/434Wireless/vendor/ plugins/backgroundrb/server...
2007 Apr 13
1
deleting a worker
Hi, I have workers being created from within my main rails app when it receives XML documents. These workers then parse the XML and store the data that it contains. I would like the worker to delete itself at the end of its do_work method, so that the main rails app does not need to keep track of all the generated workers. I currently have the following lines at the end of the do_work method:
2007 Jun 11
3
ActiveRecord::StatementInvalid error
...gems/1.8/gems/rails-1.2.2/lib/fcgi_handler.rb: 141:in `process_each_request!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/fcgi_handler.rb: 55:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.2.2/lib/fcgi_handler.rb: 25:in `process!'' /var/www/rails/434Wireless/public/dispatch.fcgi:24 Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.2/lib/ action_controller/templates/rescues/layout.rhtml (500 Internal Error) The only difference between the machine where I get the error and the others is that I''m running Rails through Apache on the o...