Re: [Twisted-Python] [Q] Naming Service for Twisted Servers

2009-01-11 Thread Esteve Fernandez
On Saturday 10 January 2009 23:27:18 Don Smith wrote: > Why not use a Message Queue? I developed a very similar program to what you > have described, only each agent would connect to the Queue to get their > data to work on. However, I think something like Apache ActiveMQ or > AmazonSQS would be a

[Twisted-Python] GSoC

2009-02-12 Thread Esteve Fernandez
Hi all, the GSoC FAQ was recently published [1] and I wondered if Twisted could be a mentoring organization for the next installment of the GSoC program. I think it's a good opportunity to bring new developers to Twisted by having a mentor. I was a GSoC student last year and it was pretty fun.

[Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
Hi all, I'm using HTTPAuthSessionWrapper to wrap a portal, which uses our own checker against an internal service to authenticate users and I'm having trouble to pass extra information to sub resources. I've read about the mind object and I think that's where all that information should go. How

Re: [Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
On Thursday 19 February 2009 18:28:59 Jean-Paul Calderone wrote: > What kind of "extra information" are you trying to pass? Generally, all > information belongs with the avatar object. The mind should be used to > interact with the protocol's notion of the user (as the avatar is used to > interac

Re: [Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
On Thursday 19 February 2009 18:47:37 Esteve Fernandez wrote: > On Thursday 19 February 2009 18:28:59 Jean-Paul Calderone wrote: > > What kind of "extra information" are you trying to pass? Generally, all > > information belongs with the avatar object. The mind shoul

Re: [Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
On Thursday 19 February 2009 18:57:29 Jean-Paul Calderone wrote: > On Thu, 19 Feb 2009 18:47:37 +0100, Esteve Fernandez wrote: > >On Thursday 19 February 2009 18:28:59 Jean-Paul Calderone wrote: > >> What kind of "extra information" are you trying to pass? Gen

Re: [Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
On Thursday 19 February 2009 19:46:59 Jean-Paul Calderone wrote: > >But, in our case, requestAvatar can only return something based on what > > the checker returns. I mean, requestAvatar receives an avatarId (as a > > result of Checker#requestAvatarId), a mind and a bunch of interfaces, but > > the

Re: [Twisted-Python] mind, twisted.cred and HTTPAuthSessionWrapper

2009-02-19 Thread Esteve Fernandez
On Thursday 19 February 2009 20:59:19 Jean-Paul Calderone wrote: > The convention is for avatarId to be a string, but as the anonymous case > indicates, that's not strictly required. :) The real requirement is that > the realm be able to interpret the avatarId. The way this generally works Heh,

Re: [Twisted-Python] What to do when a service fails to start, also, deferred and startService

2009-02-22 Thread Esteve Fernandez
On Sunday 22 February 2009 04:41:12 Terry Jones wrote: > And Esteve Fernandez has already pointed me to this: > > "duude. don't. inherit. multiservice." But I didn't say that, I was actually quoting this: http://www.twistedmatrix.com/pipermail/twisted-python

[Twisted-Python] official packaging

2009-02-23 Thread Esteve Fernandez
Hi all, I recently came across this issue [1], and Glyph commented about official packaging. We're using Ubuntu Hardy and created packages for Twisted 8.2.0, as Ubuntu LTS is our platform of choice. Those packages were accepted by their official maintainer (Matthias Klose, d...@debian.org) and

Re: [Twisted-Python] Plugin startup and shutdown actions

2009-04-11 Thread Esteve Fernandez
On Saturday 11 April 2009 19:42:31 Jean-Paul Calderone wrote: > They can be imported from "twisted.plugins". For example, if you name your > "dropin" file foo_plugins.py, then "from twisted.plugins import > foo_plugins" should work and let you test any code that is part of your > plugin definition

[Twisted-Python] adapt from more than one interface

2009-04-11 Thread Esteve Fernandez
Hi all. I have a bunch of services, which implement a set of interfaces, and I use a bunch of adapters to turn them into factories, making those services protocol-independent. The interface/adapter stuff works great and I'm able to expose those services to several protocols, without changing a

Re: [Twisted-Python] adapt from more than one interface

2009-04-12 Thread Esteve Fernandez
Hi On Sunday 12 April 2009 02:31:29 gl...@divmod.com wrote: > This is a long and terrible road you're about to start down. It's hard > for me to explain exactly why it's so painful, but trust me, it is. No, I won't trust you :-) I hope you don't take what I'm going to say too seriously, but you

Re: [Twisted-Python] adapt from more than one interface

2009-04-12 Thread Esteve Fernandez
On Sunday 12 April 2009 15:16:04 gl...@divmod.com wrote: > Sorry for that; it certainly wasn't my intention. I meant just what I > said: I find it difficult to communicate about. Perhaps I should have > said, "trust me, my experience suggests that it is". I'm too thin-skinned sometimes, so just

[Twisted-Python] Twisted at UDS Karmic

2009-05-25 Thread Esteve Fernandez
Hi all, I know quite a few Twisted developers love Ubuntu, so... is any of you here in Barcelona for the Ubuntu Developer Summit for Karmic Koala? I'll be attending some sprints, primarily about Ubuntu Server, messaging, cloud computing, etc. Cheers.

Re: [Twisted-Python] Twisted at UDS Karmic

2009-05-25 Thread Esteve Fernandez
> On Mon, May 25, 2009 at 10:04 AM, Esteve Fernandez > wrote: >> Hi all, >> >> I know quite a few Twisted developers love Ubuntu, so... is any of you here >> in >> Barcelona for the Ubuntu Developer Summit for Karmic Koala? I'll be >> attending

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-28 Thread Esteve Fernandez
On Wednesday 27 May 2009 21:48:25 Alex Clemesha wrote: > I wrote up some thoughts on this here: > http://clemesha.org/blog/2009/apr/23/Django-on-Twisted-using-latest-twisted >-web-wsgi/ > > basically it comes down to running Django off the very latest WSGI > code (in the trunk still) > found in twi

[Twisted-Python] PPA repo

2009-07-27 Thread Esteve Fernandez
Hi all, could any of the admins of the twisted-dev Launchpad team create a PPA? I'd do it myself, but I don't have permission (AFAIK, only admins do). We're currently providing packages for Ubuntu Hardy from Fluidinfo's PPA (see ticket #3102 - http://twistedmatrix.com/trac/ticket/3102), but I thin

Re: [Twisted-Python] PPA repo

2009-07-28 Thread Esteve Fernandez
> On Mon, Jul 27, 2009 at 1:55 PM, Esteve Fernandez > wrote: > I've now created the PPA (and as a result, apparently blocked any possible > renaming of the team? what's up with that?). Thanks! I've already uploaded a set of packages. > However! Please note that

[Twisted-Python] txAMQP 0.3 released, better late than never

2009-08-16 Thread Esteve Fernandez
Hi all, with great joy and a little sweat, we're happy to announce txAMQP 0.3 (https://launchpad.net/txamqp), a Python library for communicating with AMQP peers and brokers using Twisted. This marks an important milestone, as it's the first release made with the help of two new committers not

Re: [Twisted-Python] new contributors

2009-09-18 Thread Esteve Fernandez
Hi sorry for the delay On Saturday 12 September 2009 04:10:24 Glyph Lefkowitz wrote: > > I also offered commit access to Esteve recently. Esteve, want to send > > me your key, too? > > https://launchpad.net/~esteve/+sshkeys Wow, thanks! However, if I'm sincere, I can't promise I'll always be ab

Re: [Twisted-Python] Get Twisted 10.0 in to Ubuntu 10.04 LTS

2010-03-08 Thread Esteve Fernandez
Hi > Matthias said he thinks that a Feature Freeze Exception is fine for > Twisted 10.0.0, and I can go on packaging it. There are quite a few > source packages to update, I'll try to do it in the coming days. I uploaded updated version of all the packages to our PPA [1] and requested a sponsored

Re: [Twisted-Python] Get Twisted 10.0 in to Ubuntu 10.04 LTS

2010-03-09 Thread Esteve Fernandez
Hi Free > Nice job. I can sponsor the upload to Debian, if that helps (I guess > once all packages are in Debian we can request a sync, and it probably > makes sense as anyway we want to eventually have them in Debian as > well). Thanks! However, there are some glitches in the packages you upload

Re: [Twisted-Python] twisted 10.1 ppa

2010-07-09 Thread Esteve Fernandez
Hi sorry for the late response, I've been dealing with lots of work lately. > I'm anxious to try out the new 10.1 release. > Please push it to the ppa to make it easily accessable. Ok, will do :-) Cheers. ___ Twisted-Python mailing list Twisted-Pyth