search for: disconnecterror

Displaying 9 results from an estimated 9 matches for "disconnecterror".

2008 Dec 26
4
''stack level too deep'' error
...' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/packet_worker_runner:47 from /usr/bin/packet_worker_runner:19:in `load'' from /usr/bin/packet_worker_runner:19 /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/lib/packet/packet_nbio.rb:41:in `write_once'': Packet::DisconnectError (Packet::DisconnectError) from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/lib/packet/packet_nbio.rb:52:in `write_and_schedule'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/lib/packet/packet_nbio.rb:16:in `each_with_index'' from /usr/lib/ruby/gems/1.8/gems/packet...
2008 Jun 06
1
Unexpected NameError when invoking task on worker
...96440a6/testapp/vendor/plugins/backgroundrb/server/lib/master_worker.rb:188:in `initialize'' from script/backgroundrb:42: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/loc...
2008 Jan 29
4
Setting up release-1.0.1
...`run'' from RAILS_HOME/vendor/plugins/backgroundrb/server/master_worker.rb:163:in `initialize'' 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:15...
2008 May 30
1
Packet error on startup suddenly.
...leases/20080529045546/vendor/plugins/backgroundrb/server/lib/master_worker.rb:166:in `initialize'' from script/backgroundrb:42:in `new'' from script/backgroundrb:42 /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_nbio.rb:25:in `read_data'': Packet::DisconnectError (Packet::DisconnectError) from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_worker.rb:46: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...
2008 Apr 12
0
Startup error
...ps/lego/releases/20080412142415/vendor/plugins/ backgroundrb/server/lib/master_worker.rb:166:in `initialize'' from script/backgroundrb:60:in `new'' from script/backgroundrb:60 /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_nbio.rb: 25:in `read_data'': Packet::DisconnectError (Packet::DisconnectError) from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_worker.rb:46: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....
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
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