[Twisted-Python] Don't Finalize Connection

2013-07-22 Thread Thomas Hommers
Hi, i am fairly new to twisted and try to work my way trough the documentation. There is a problem I can't find a solution for. Maybe somebody can give me a hint or point me into the right direction. I am trying to create a TCP server. The client connects to the server, then the server will sen

Re: [Twisted-Python] Twisted and Qt5

2013-07-22 Thread Glyph
On Jul 20, 2013, at 5:04 AM, Burak Nehbit wrote: > Is there such a thing for Qt5? Is it planned? Well, it sounds like you're planning it, so, I guess so :). I doubt that anyone on this list has plans to do it (or there would already be work qt5 work done in the qt reactor repository) but ther

Re: [Twisted-Python] SQL ORM for Twisted & PostgreSQL?

2013-07-22 Thread Glyph
On Jul 19, 2013, at 1:21 AM, Laurens Van Houtven <_...@lvh.io> wrote: > On Fri, Jul 19, 2013 at 9:06 AM, Hynek Schlawack wrote: > How would you feel about packaging it up on PyPI so people can try it out > effortlessly? What do Apple’s licenses say about that? Yes, I’m volunteering. > > It se

Re: [Twisted-Python] Best way to trigger a future connection with data

2013-07-22 Thread Laurens Van Houtven
Hi Nick On Mon, Jul 22, 2013 at 10:40 AM, Nick Johnson wrote: > Hi, > > Firstly, thanks for this gist, I had done a few experiments using > endpoints and I think this is definitely the way to go for this code. > Welcome :) > As to the questions: source and destination are parameters for the jo

Re: [Twisted-Python] Best way to trigger a future connection with data

2013-07-22 Thread Nick Johnson
Hi, Firstly, thanks for this gist, I had done a few experiments using endpoints and I think this is definitely the way to go for this code. As to the questions: source and destination are parameters for the job and might change between runs (a function I didn't include for brevity handles computa