[Twisted-Python] Multiple clients

Jason J. W. Williams jasonjwwilliams at gmail.com
Fri Jun 18 12:15:32 EDT 2010


Couldn't you use callLater to fire the first account check every N
interval and then just attach the subsequent accounts for that
interval as callbacks to the first check inside your callLater func?

-J

On Fri, Jun 18, 2010 at 9:25 AM, Szabolcs Balogh <bszabolcs at gmail.com> wrote:
> On Friday 18 June 2010 17:49:27 Phil Mayers wrote:
>> On 18/06/10 15:34, Szabolcs Balogh wrote:
>> >      def get_mailbox_list(self):
>> >          twisted.internet.reactor.run()
>>
>> The reactor isn't restartable. You can only start it once.
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
> Than how can I start checking for messages for different accounts (When I have
> finished checking the messages for the first account to start checking for the
> next account, and so on...)?
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>



More information about the Twisted-Python mailing list