[00:06:36] zookoaway is now known as zooko [00:44:37] zooko is now known as zookosleep [05:07:25] [connected at Mon Nov 19 05:07:25 2007] [05:07:25] <> *** Looking up your hostname... [05:07:25] <> *** Checking ident [05:07:25] <> *** No identd (auth) response [05:07:25] <> *** Found your hostname [05:07:25] <> *** Your host is clarke.freenode.net[clarke.freenode.net/6667], running version hyperion-1.0.2b [05:07:27] [I have joined #peak] [05:18:43] ** apoirier has joined us [07:31:05] ** zookosleep has left IRC (clarke.freenode.net irc.freenode.net) [07:31:05] ** tav has left IRC (clarke.freenode.net irc.freenode.net) [07:31:05] ** apoirier has left IRC (clarke.freenode.net irc.freenode.net) [07:38:02] ** apoirier has joined us [07:41:23] ** tav has joined us [07:41:23] ** zookosleep has joined us [10:10:04] zookosleep is now known as zooko [11:46:04] ** pje has joined us [12:15:11] ** ronny has joined us [12:15:15] yo [12:16:43] how are the stats on TrelisIO ? im dieing to rewrite some of my twisted twisted apps using trellis [13:37:09] ** apoirier has left IRC ("KVIrc 3.2.6 Anomalies http://www.kvirc.net/") [13:42:53] I'm working on the new algorithm [13:43:18] you can use trellis w/twisted now, though [13:43:48] just need to use tasks, and create a waitForDeferred function [13:43:57] and I thought I posted an example of one previously [13:44:30] something like [13:44:33] def wait_for(d, timeout=None): [13:44:33] r = Cell(None, Pause, True) [13:44:33] d.addBoth(r.set_value) [13:44:33] timeout = Time[timeout] if timeout is not None else NOT_YET [13:44:33] while r.value is Pause: [13:44:34] if timeout: [13:44:36] del r [13:44:38] raise defer.TimeoutError [13:44:40] yield Pause [13:44:42] if isinstance(r.value, failure.Failure): [13:44:44] try: [13:44:46] r.value.raiseException() [13:44:48] finally: [13:44:52] del r [13:44:54] yield Return(r.value) [16:26:23] nice [17:51:46] btw, ronny, you might also check out the EventLoop service in Trellis' SVN version [17:51:58] It is pluggable to use Twisted or other things [19:48:14] ** pje has left IRC ("Client exiting") [21:19:54] ** ronny has left IRC (Remote closed the connection) [21:20:00] ** ronny has joined us [22:41:38] ** thinkeryzu has left IRC (Remote closed the connection)