Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread Glyph Lefkowitz
On Apr 15, 2010, at 2:37 AM, Jason J. W. Williams wrote: > On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz > wrote: >> >> This does not appear to be listed on >> . Anyone care to >> add it? Jason? > > Posted. http://twistedmatrix.

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread Jason J. W. Williams
Posted. http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz wrote: > > On Apr 14, 2010, at 9:25 AM, exar...@twistedmatrix.com wrote: > >> On 01:11 pm, vit...@synapticvision.com wrote: >>> hi, >>> is there any cron-style scheduler in Twisted?

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread Jason J. W. Williams
I'll put it up. -J On Thu, Apr 15, 2010 at 12:20 AM, Glyph Lefkowitz wrote: > > On Apr 14, 2010, at 9:25 AM, exar...@twistedmatrix.com wrote: > >> On 01:11 pm, vit...@synapticvision.com wrote: >>> hi, >>> is there any cron-style scheduler in Twisted? >>> Could one point me to the docs where it c

Re: [Twisted-Python] Twisted usage

2010-04-14 Thread Glyph Lefkowitz
On Apr 14, 2010, at 10:51 AM, vit...@synapticvision.com wrote: > hi, > is there any examples how to create (using Twisted) > client that creates several TCP requests one after another and handle in > asynch manner TCP responses for previous requests? > Thanks. twisted.protocols.amp and twisted.s

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread Glyph Lefkowitz
On Apr 14, 2010, at 9:25 AM, exar...@twistedmatrix.com wrote: > On 01:11 pm, vit...@synapticvision.com wrote: >> hi, >> is there any cron-style scheduler in Twisted? >> Could one point me to the docs where it could be found? >> Thanks. > > There's .

[Twisted-Python] Twisted usage

2010-04-14 Thread vitaly
hi, is there any examples how to create (using Twisted) client that creates several TCP requests one after another and handle in asynch manner TCP responses for previous requests? Thanks. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread vitaly
Thank you. Quoting exar...@twistedmatrix.com: > On 01:11 pm, vit...@synapticvision.com wrote: >> hi, >> is there any cron-style scheduler in Twisted? >> Could one point me to the docs where it could be found? >> Thanks. > > There's . > > Jean-Paul > >

Re: [Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread exarkun
On 01:11 pm, vit...@synapticvision.com wrote: >hi, >is there any cron-style scheduler in Twisted? >Could one point me to the docs where it could be found? >Thanks. There's . Jean-Paul ___ Twisted-Python mai

[Twisted-Python] cron-style scheduler for Twisted

2010-04-14 Thread vitaly
hi, is there any cron-style scheduler in Twisted? Could one point me to the docs where it could be found? Thanks. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] profiling code that runs in threads

2010-04-14 Thread Pet
Hello! I've tried to profile my twisted server with --profile=path --profiler=cProfile --savestats options for twistd and it show results only for functions which are in main thread and it is not really helpful, because "dirty work" is done in threads. Is it possible to profile functions which run

[Twisted-Python] Upload large files on twisted server

2010-04-14 Thread Tux Attack
Hi, I need some help in uploading large files to twisted server. I want to upload large files on twisted server using php.But as php has limit of 24MB, I decided to use ftp functions of php to upload large files.I am running ftp server written in twisted.When i try to upload a file using any ftp c