[Twisted-Python] PB vs JMS

2009-10-05 Thread jacopo . pecci
I looked at PB for an architecture with one client distributing some processing to several servers. Now I came across JMS and I have seen that using ActiveMQ with the Stomp protocol there would be a good support for Python. Surprising I couldn't find any article comparing the two technologies

[Twisted-Python] Structural issues in Lore XHTML documents

2009-10-05 Thread Kevin Horn
I've been looking over the xhtml documents used to generate the twisted documentation, and I've noticed a number of issues: - some docs do not have a DOCTYPE declaration, I think they should all have one - of those documents that do have DOCTYPEs, some are using xhmtl-strict, and some are using xh

[Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-05 Thread Kevin Horn
I'd like to see this ticket get moving again. I've gone over what's been done so far (and put my comments in the ticket), and it looks like everything is at least mostly ready to be merged into the Twisted trunk. So what else needs to be done to get this to happen? I'm happy to try and get it do

Re: [Twisted-Python] PB vs JMS

2009-10-05 Thread Drew Smathers
On Mon, Oct 5, 2009 at 9:14 AM, wrote: > I looked at PB for an architecture with one client distributing some > processing to several servers. Now I came across JMS and I have seen that > using ActiveMQ with the Stomp protocol there would be a good support for > Python. > Surprising I couldn’t fi

Re: [Twisted-Python] PB vs JMS

2009-10-05 Thread Dariusz Suchojad
Drew Smathers wrote: Hi, > JMS is a messaging > middleware defined at the Java language API level (hence the need to for > STOMP protocol and similar adapting layers for use with Python or other > non-Java languages). A bit off-topic, but note that it's sometimes possible to use JMS almost as-i

Re: [Twisted-Python] Structural issues in Lore XHTML documents

2009-10-05 Thread Glyph Lefkowitz
On Mon, Oct 5, 2009 at 12:22 PM, Kevin Horn wrote: > I've been looking over the xhtml documents used to generate the twisted > documentation, and I've noticed a number of issues: > Are these issues really affecting you in some way? > I'm planning to correct some of these issues, but I wanted t

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-05 Thread Glyph Lefkowitz
On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote: > I'd like to see this ticket get moving again. Excellent! > I've gone over what's been done so far (and put my comments in the ticket), > and it looks like everything is at least mostly ready to be merged into the > Twisted trunk. > Your an

Re: [Twisted-Python] Structural issues in Lore XHTML documents

2009-10-05 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:25 PM, Glyph Lefkowitz wrote: > On Mon, Oct 5, 2009 at 12:22 PM, Kevin Horn wrote: > >> I've been looking over the xhtml documents used to generate the twisted >> documentation, and I've noticed a number of issues: >> > > Are these issues really affecting you in some way?

Re: [Twisted-Python] getting #2015 (Generic SASL library) moving again?

2009-10-05 Thread Kevin Horn
On Mon, Oct 5, 2009 at 1:32 PM, Glyph Lefkowitz wrote: > On Mon, Oct 5, 2009 at 12:34 PM, Kevin Horn wrote: > >> I'd like to see this ticket get moving again. > > > Excellent! > > >> I've gone over what's been done so far (and put my comments in the >> ticket), and it looks like everything is at

[Twisted-Python] Is it necessary to utilize twisted.cred in twisted web?

2009-10-05 Thread biziap biziap
I have googled this topic and found and example in (A) http://www.mail-archive.com/twisted-...@twistedmatrix.com/msg01796.html well, another simpler example is (B) http://www.mail-archive.com/twisted-...@twistedmatrix.com/msg01788.html My questions are: 1. Does the approach in (A) be recommended?

Re: [Twisted-Python] Is it necessary to utilize twisted.cred in twisted web?

2009-10-05 Thread Alex Clemesha
Hi, I'd love to provide a 'canonical answer' to this question, but unfortunately it is something that I've been confused with in the past too. I'm hoping there is a sort of 'best practice' answer to this, and I'd additionally hope that this answer might appear in this extremely good running serie

Re: [Twisted-Python] Is it necessary to utilize twisted.cred in twisted web?

2009-10-05 Thread Phil Christensen
crossposted to twisted-...@twistedmatrix.com, which is probably a better venue... On Oct 6, 2009, at 12:08 AM, biziap biziap wrote: > I have googled this topic and found and example in > (A) http://www.mail-archive.com/twisted-...@twistedmatrix.com/msg01796.html > well, another simpler example i