Look at twisted.internet.task.LoopingCall.
Justin Venus
On Jul 9, 2012 12:53 AM, "kangta123" wrote:
> Hello all:
>
> I am newbie to use twisted. I want to send message in an Infinite loop in
> server, such as send a timestamp each 5s to all clients. i have tried to
> use like "deferToThread" an
Hello all:
I am newbie to use twisted. I want to send message in an Infinite loop in
server, such as send a timestamp each 5s to all clients. i have tried to
use like "deferToThread" and "callFromThread", but i am failed.if have any
suggestions please tell me.
thanks.
___