[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

[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

Re: [Twisted-Python] PB vs JMS

2009-10-05 Thread Drew Smathers
On Mon, Oct 5, 2009 at 9:14 AM, jacopo.pe...@gmail.com 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.

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-is

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 kevin.h...@gmail.com 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

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 gl...@twistedmatrix.comwrote: On Mon, Oct 5, 2009 at 12:22 PM, Kevin Horn kevin.h...@gmail.com 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

[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