search for: handle_internal_messages

Displaying 14 results from an estimated 14 matches for "handle_internal_messages".

2007 Mar 19
1
Steam Apps freezing
I'm using wine to run Steam based games like Counterstrike and Day of Defeat. This generally works well but from time to time the games radomly freeze(about every hour or so). To get further information I made an error.log(see below) and googled the error. I found quite some information but no way to solve the problem. Any ideas, assumptions...? ##Information on the system## Linux
2008 Dec 26
4
''stack level too deep'' error
...`new'' from ./script/backgroundrb:46 /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_nbio.rb:25:in `read_data'': Packet::DisconnectError (Packet::DisconnectError) from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_worker.rb:49:in `handle_internal_messages'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_core.rb:179:in `handle_read_event'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_core.rb:177:in `each'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/....
2008 May 30
1
Packet error on startup suddenly.
...m /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_parser.rb:37:in `extract'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_meta_pimp.rb:18:in `receive_data'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_master.rb:64:in `handle_internal_messages'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:176:in `handle_read_event'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:174:in `each'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packe...
2008 Jun 06
1
Unexpected NameError when invoking task on worker
...in `new'' from script/backgroundrb:42 /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_nbio.rb:25:in `read_data'': Packet::DisconnectError (Packet::DisconnectError) from /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_worker.rb:46:in `handle_internal_messages'' from /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:176:in `handle_read_event'' from /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:174:in `each'' from /opt/local/lib/ruby/gems/1.8/gems/packet-0.1....
2008 Apr 12
0
Startup error
...39; from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_parser.rb:29:in `extract'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_meta_pimp.rb:18:in `receive_data'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_master.rb:64:in `handle_internal_messages'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_core.rb:176:in `handle_read_event'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_core.rb:174:in `each'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_core.rb:174:i...
2008 Jan 29
4
Setting up release-1.0.1
...from ./script/backgroundrb:62:in `new'' from ./script/backgroundrb:62 RAILS_HOME/vendor/plugins/backgroundrb/lib/../framework/nbio.rb:23:in `read_data'': Packet::DisconnectError (Packet::DisconnectError) from RAILS_HOME/vendor/plugins/backgroundrb/framework/worker.rb:47:in `handle_internal_messages'' from RAILS_HOME/vendor/plugins/backgroundrb/framework/core.rb:158:in `start_reactor'' from RAILS_HOME/vendor/plugins/backgroundrb/framework/core.rb:156:in `each'' from RAILS_HOME/vendor/plugins/backgroundrb/framework/core.rb:156:in `start_reactor'' from...
2008 Jan 17
2
Inconsistent Model creation behavior
...kgrounDRB/ lib/../framework/bin_parser.rb:29:in `extract'' from /Users/BBryant/Sites/date_site/trunk/vendor/plugins/backgroundrb/ framework/worker.rb:52:in `receive_internal_data'' from /Users/BBryant/Sites/date_site/trunk/vendor/plugins/backgroundrb/ framework/worker.rb:48:in `handle_internal_messages'' ... 10 levels... from /Users/BBryant/Sites/date_site/trunk/vendor/plugins/backgroundrb/ framework/packet_master.rb:19:in `run'' from /Users/BBryant/Sites/date_site/trunk/vendor/plugins/backgroundrb/ server/master_worker.rb:163:in `initialize'' from script/background...
2007 Dec 18
5
querying status of worker with job_key
Hi, Is it possible to start a worker with job_key and then ask_status of that specific worker with the job_key? MiddleMan.ask_work(:worker => :auth_worker, :job_key=>''1'', :worker_method => :auth) and then MiddleMan.ask_status(:worker => :auth_worker, :job_key=>''1'') >From my testing of the new backgroundrb, asking status using job key
2007 Dec 25
6
error: no marshal_dump is defined for class Thread
...ns/backgroundrb/lib/../framework/bin_parser.rb:29:in `extract'' /var/www/apps/rpg/releases/20071224050255/vendor/plugins/backgroundrb/framework/worker.rb:52:in `receive_internal_data'' /var/www/apps/rpg/releases/20071224050255/vendor/plugins/backgroundrb/framework/worker.rb:48:in `handle_internal_messages'' /var/www/apps/rpg/releases/20071224050255/vendor/plugins/backgroundrb/framework/core.rb:158:in `start_reactor'' /var/www/apps/rpg/releases/20071224050255/vendor/plugins/backgroundrb/framework/core.rb:156:in `each'' /var/www/apps/rpg/releases/20071224050255/vendor/plugin...
2008 Jan 11
18
getting started
Hey all, Been reading through all the old posts (and the docs) to familiarize myself but I still feel a bit lost. I''m on trunk and am having a bit of a hard time knowing where to start with the particular I''m trying to solve. So far, I''ve downloaded backgroundrb, done the basic rails setup, created my worker and started it using `script/backgroundrb start`.
2007 Dec 06
10
Feedback on RC2
I tried to upgrade my existing application to RC2 last night. Like many, I use this mostly for running scheduled tasks. For the moment, I''ve abandoned the effort, but am looking forward to being able to use this. Feedback below: First, the reason I was looking forward to this upgrade was to use the threaded scheduler. I have an application with long-running tasks. I found that
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
2007 Dec 28
9
lost connection 2.0
I lost my "connection lost" error.. but now I''ve got a "Mysql::Error: MySQL server has gone away" error.. It comes from: /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.6/lib/active_record/connection_adapters/abstract_adapter.rb:128:in ''log''. I''m not sure if Rails / BackgroundRb uses it .. but i''ve got the mysql (2.7) gem
2008 May 20
7
Problems sending large results with backgroundrb
I''m working on an application that does extensive database searching. These searches can take a long time, so we have been working on moving the searches to a backgroundrb worker task so we can provide a sexy AJAX progress bar, and populate the search results as they are available. All of this seems to work fine until the size of the search results gets sufficiently large, when we start