Re: [Twisted-Python] cx_Oracle, Twisted - rollback failed

2009-05-03 Thread Dave Peticolas
Steve Lewis wrote: >> Is there some way it can determine that the connection has been lost aside >> from trying the rollback (and is compatible with other DB-API 2.0 modules)? >> >> Jean-Paul > > Oops, I actually did see my message going through now. Sorry for the > duplicate. > > To answer you

Re: [Twisted-Python] Adbapi issues

2009-08-05 Thread Dave Peticolas
Gerrat Rickert wrote: > I'd like to use twisted's adbapi module (twisted 8.2.0 for python 2.5) > with cx_Oracle, but I'm having some issues with it. > Specifically: > > 1. It doesn't seem to reconnect (or possibly I just need enlightenment > on how reconnecting works): > If I tweak part of the

Re: [Twisted-Python] Twisted Performance

2009-10-14 Thread Dave Peticolas
Steve Steiner (listsin) wrote: > On Oct 14, 2009, at 4:55 AM, Laurens Van Houtven wrote: >> Personally I'm a big fan of this series of blog posts: >> http://krondo.com/blog/?page_id=1327 > > Very nice, thanks for sharing! Thank you. I really meant to make a public announcement about that on this

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-09 Thread Dave Peticolas
Terry Jones wrote: > I just wrote a fun class that lets you > >- submit jobs to be dispatched to a queue >- manage how many tasks are in progress at once >- dynamically adjust that number >- shut down cleanly, including >- recovering jobs that were queued but hadn't been dispat

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-10 Thread Dave Peticolas
Terry Jones wrote: >>>>>> "Dave" == Dave Peticolas writes: > Dave> This is really nifty. I know I could use this. > > Great. Me too :-) > >>> There's also the issue about what to do when the dispatch function hits >>> an error.

Re: [Twisted-Python] twistd --uid and --logfile

2010-08-17 Thread Dave Peticolas
On Tue, Aug 17, 2010 at 10:40 AM, wrote: > On 11:35 am, zoran.bosn...@sloveniacontrol.si wrote: >>I am running twisted application from /etc/init/myapp.conf by exec >>statement like this: >>exec /usr/bin/twistd --uid= --gid= --logfile=/var/log/dir/file >> >>The problem is when log file is first c

Re: [Twisted-Python] Twisted Project Jobs Volunteer

2011-11-08 Thread Dave Peticolas
2011/11/8 Glyph Lefkowitz > > On Nov 8, 2011, at 5:11 PM, exar...@twistedmatrix.com wrote: > > > On 7 Jul, 01:28 pm, p.may...@imperial.ac.uk wrote: > >> On 06/07/11 20:44, exar...@twistedmatrix.com wrote: > >>> Thanks for volunteering. It seems like the git mirror is well in > >>> hand. > >> > >

Re: [Twisted-Python] We need more mentors!

2012-04-12 Thread Dave Peticolas
2012/4/12 Jonathan Lange > On Thu, Apr 12, 2012 at 2:53 PM, Itamar Turner-Trauring > wrote: > > We have a pile of enthusiastic Google Summer of Code applicants, and not > > enough mentors at the moment. Anyone interested in mentoring a student > > or two over the summer? If so, email me ASAP. >

Re: [Twisted-Python] Announcing Crochet 0.7: Easily use Twisted from threaded applications

2013-05-24 Thread Dave Peticolas
page(url): > return getPage(url) > result = download_page(sys.argv[1])# wait() returns the result when it > becomes available:print result.wait() > > > You can see more examples, read the documentation, and download the > package at: > > https://pypi