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
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.
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
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
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
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
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
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,
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
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
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
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
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
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
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.
> 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
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
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
> 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
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
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
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
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
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
24 matches
Mail list logo