search for: errback

Displaying 4 results from an estimated 4 matches for "errback".

Did you mean: errbacks
2006 May 22
3
core-model-2
...isfactory. Jeff, please have a look and see if you like the placement of timeouts (which are currently unimplemented). Any event now has the possibility of a timeout. To get an application-level timeout, you''d just post an event with a timeout to a nil target. When the timeout expires, the errback will get called. Callbacks and errbacks are unimplemented in core-model-2. (That''s how far I stripped this down!) A callback-chain should be invoked by posting an event, but I''m not sure exactly when and how it should be done. (See the comment in Eventable#receive_data.) Sorry t...
2006 Jul 11
32
Database Concurrency Without a Web Server?
My Rails application requires a very busy worker process running in the background at all times. I am launching this non-interactive process using script/runner. This process is very busy and is communicating with the MySQL server constantly. As I started putting some load on the system to test, I started running into performance issues. I have since discovered that Rails is only using 1
2008 Aug 06
6
Event loop responsiveness + client
Hello, on the application that I''m working on, we are using Thin. The server implements long polling and commands that alter its internal state. Connecting to the long poll is a very fast operation, while updating the state of the server is a relatively slow operation. The long poll connection is held open until there is a change to be sent to the connection. Here is my current
2005 Feb 01
5
Cannot save/migrate domains
...>connectionLost> [Failure instance: Traceback: twisted.internet.error.ConnectionDone, Connection was closed cleanly. ] XfrdInfo>connectionLost> [Failure instance: Traceback: twisted.internet.error.ConnectionDone, Connection was closed cleanly. ] Error> save failed Error> calling errback ***cbremove> [Failure instance: Traceback: xen.xend.XendError.XendError, save failed ] ***_delete_session> 18 clientConnectionLost> connector= <twisted.internet.tcp.Connector instance at 0x4074bfcc> reason= [Failure instance: Traceback: twisted.internet.error.ConnectionDone, Conne...