Re: [Twisted-Python] Lore, Sphinx, and getting to the finish line (was: re: lore and tickets and other stuff)

2013-03-01 Thread Kevin Horn
On Fri, Mar 1, 2013 at 11:35 PM, Kevin Horn wrote: > > I think I have some changes to lore2sphinx and rstgen which I haven't > pushed yet. I'll try to get those out there soonish (sometime over the > weekend) in case people want to look at them. > > FYI. This turned out not to be the case. Wha

Re: [Twisted-Python] How to dispatch message to different servers

2013-03-01 Thread exarkun
On 1 Mar, 09:52 pm, bee...@gmail.com wrote: >Thanks for the answer! > >I was hoping to avoid having to put something like AMP in place, >because it looked a bit overkill for my case. >I think I actually found a way :-) Unfortunately, it looks like the code that you shared will only work accident

Re: [Twisted-Python] How to dispatch message to different servers

2013-03-01 Thread Glyph
On Mar 1, 2013, at 1:52 PM, Benjamin BERTRAND wrote: > I was hoping to avoid having to put something like AMP in place, because it > looked a bit overkill for my case. > I think I actually found a way :-) In what way is it "overkill"? The dictionary says that

[Twisted-Python] Lore, Sphinx, and getting to the finish line (was: re: lore and tickets and other stuff)

2013-03-01 Thread Glyph
On Mar 1, 2013, at 9:44 AM, Kevin Horn wrote: > On Fri, Mar 1, 2013 at 2:29 AM, Glyph wrote: > Jean-Paul recently closed a Lore ticket as invalid, and suggested we have a > discussion about Lore's future direction. This strikes me as a very good > idea, and so I wrote a message which is a bi

Re: [Twisted-Python] How to dispatch message to different servers

2013-03-01 Thread Benjamin BERTRAND
Thanks for the answer! I was hoping to avoid having to put something like AMP in place, because it looked a bit overkill for my case. I think I actually found a way :-) I guess I can use the same factory to start all my servers. So I start my sniffer (in a thread) in my ServerFactory and I keep

Re: [Twisted-Python] Need help regarding Gsoc 2013

2013-03-01 Thread Glyph
On Mar 1, 2013, at 7:04 AM, Saurabh Mahindre wrote: > Yes, I would like to be involved in next gsoc. OK. I don't think we have any plans for that yet. Perhaps we should start making them. > Twisted interests me as whole and how it eases networking whenever I worked > with it. Always nice

Re: [Twisted-Python] Let's talk about maintaining Lore (and validity of tickets)

2013-03-01 Thread Kevin Horn
On Fri, Mar 1, 2013 at 11:44 AM, Kevin Horn wrote: Arg. Why do you always notice the errors _right_ after you send the mail? > Some what orthagonal to your point, but this is incorrect. lore2sphinx > was SPLIT some time ago into "lore2sphinx-ng" and "rstgen". > > _

Re: [Twisted-Python] Let's talk about maintaining Lore (and validity of tickets)

2013-03-01 Thread Kevin Horn
On Fri, Mar 1, 2013 at 2:29 AM, Glyph wrote: > Jean-Paul recently closed a Lore ticket as invalid, and suggested we have > a discussion about Lore's future direction. This strikes me as a very good > idea, and so I wrote a message which is a bit too long (for which I > apologize) to kick that of

Re: [Twisted-Python] Need help regarding Gsoc 2013

2013-03-01 Thread Saurabh Mahindre
Yes, I would like to be involved in next gsoc. Twisted interests me as whole and how it eases networking whenever I worked with it. Integration with GUI loops was also very great.Having seen Twisted in action , how it works at lower level will be great thing to know more about.

Re: [Twisted-Python] How to dispatch message to different servers

2013-03-01 Thread Laurens Van Houtven
Well, you'd presumably have a connection to each of the servers in the form of a client factory and a protocol instance. Then, every time you get a message, you figure out which protocol instance you want (the one for the appropriate server) and send a message to it. You could do that with self.tra

Re: [Twisted-Python] Need help regarding Gsoc 2013

2013-03-01 Thread Glyph
On Feb 28, 2013, at 6:19 PM, Saurabh Mahindre wrote: > I am an undergraduate student and plan to try for a project with > twisted.I went through the gsoc wiki page for twisted and I have picked > up some ideas > I need some help as to how I can follow up on them or get new ones? Do you m

[Twisted-Python] Let's talk about maintaining Lore (and validity of tickets)

2013-03-01 Thread Glyph
Jean-Paul recently closed a Lore ticket as invalid, and suggested we have a discussion about Lore's future direction. This strikes me as a very good idea, and so I wrote a message which is a bit too long (for which I apologize) to kick that off. The discussion began here: