On Sun, 31 May 2009 15:18:50 -0500, travis+ml-twis...@subspacefield.org wrote:
>On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote:
>> Creating the reactor at all may create a file descriptor which is necessary
>> for its operation. Closing these will very likely cause problems.
>
On Sun, 31 May 2009 19:12:56 -0400, Brandon McGinty
wrote:
>I'll give that a shot...unfortunately, the data is only accessible via
>an irc server and protocol.
>Hopefully I can gleen some useful information about cross-protocol
>communication by lokng at the source.
http://twistedmatrix.com/trac
I'll give that a shot...unfortunately, the data is only accessible via
an irc server and protocol.
Hopefully I can gleen some useful information about cross-protocol
communication by lokng at the source.
Thank You,
Brandon McGinty
Alex Clemesha wrote:
> On Sun, May 31, 2009 at 3:06 PM, Brandon
On Sun, May 31, 2009 at 3:06 PM, Brandon McGinty
wrote:
> Hi All,
> I just subscribed to this list, after viewing tons of documents about
> twisted, factories, and all the like.
> Here is the situation.
> I am trying to design a bridge between twisted.web and
> twisted.words.protocols.irc.
There i
Hi All,
I just subscribed to this list, after viewing tons of documents about
twisted, factories, and all the like.
Here is the situation.
I am trying to design a bridge between twisted.web and
twisted.words.protocols.irc.
I have read a lot about using factories, and communicating with a
central
travis+ml-twis...@subspacefield.org wrote:
> On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote:
>
>> Creating the reactor at all may create a file descriptor which is necessary
>> for its operation. Closing these will very likely cause problems.
>>
>
> This is all before
On Sat, May 30, 2009 at 08:26:40PM -0400, Jean-Paul Calderone wrote:
> Creating the reactor at all may create a file descriptor which is necessary
> for its operation. Closing these will very likely cause problems.
This is all before calling any Twisted routines
> Also, Twisted has daemonization