Re: [Twisted-Python] "mind" introduced strangely in pb howto

2013-10-22 Thread Daniel Sank
I should clarify something: I understand that Avatar and Mind are introduced in the cred section. I'll venture to suggest that the pb section simply refers and links to that. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twiste

[Twisted-Python] "mind" introduced strangely in pb howto

2013-10-22 Thread Daniel Sank
Dear Twisted readers, I am trying to learn to ins and outs of twisted.spread.pb with the official howto as my main point of reference. When I get to the section "Managing Clients of Perspectives" the first sentence reads "In all the IPerspective uses we have shown so far, we ignored the mind argu

Re: [Twisted-Python] Twisted 13.2.0pre1 Announcement

2013-10-22 Thread Glyph
On Oct 21, 2013, at 11:50 PM, HawkOwl wrote: > Hello everyone! Hello HawkOwl! Congratulations on getting your first Twisted release started, and thank you very much for volunteering to do it! > I bring news of a Twisted pre-release - 13.2.0pre1, to be exact! This will be > followed by the ful

Re: [Twisted-Python] Flow-control for Pipes / Unix Domains Sockets?

2013-10-22 Thread Tobias Oberstein
Hi Itamar, once again Twisted surprises me: it just works! I have tested a master/child combo over pipe (both Twisted) with a push producer on the sending leg. It can push around 70MB/s raw binary (16k write size) to the child. Load is evenly on 2 CPU cores each at 80% and stays roughly consta

Re: [Twisted-Python] Twisted as a full solution for web hosting [WSGI + other]

2013-10-22 Thread Orestis Markou
On 22 Οκτ 2013, at 3:38 μ.μ., exar...@twistedmatrix.com wrote: > On 07:41 am, ores...@orestis.gr wrote: >> On 21 Οκτ 2013, at 10:32 μ.μ., Glyph wrote: >>> >>> On Oct 20, 2013, at 2:21 AM, Orestis Markou wrote: Hello, Short form of the question: Are people using Twist

Re: [Twisted-Python] Twisted as a full solution for web hosting [WSGI + other]

2013-10-22 Thread Matt Haggard
On Tue, Oct 22, 2013 at 6:38 AM, wrote: [snip] > > It will produce roughly the same results as you'd get if you used any other > WSGI container: one of the threads in the thread pool will be kept > unavailable as it waits for the result. This will have the usual > consequence: if your threadpool

Re: [Twisted-Python] Twisted as a full solution for web hosting [WSGI + other]

2013-10-22 Thread exarkun
On 07:41 am, ores...@orestis.gr wrote: On 21 Οκτ 2013, at 10:32 μ.μ., Glyph wrote: On Oct 20, 2013, at 2:21 AM, Orestis Markou wrote: Hello, Short form of the question: Are people using Twisted to host WSGI applications AND serve static files AND replace celery/redis/other? I'm not per

Re: [Twisted-Python] Twisted as a full solution for web hosting [WSGI + other]

2013-10-22 Thread Orestis Markou
On 21 Οκτ 2013, at 10:32 μ.μ., Glyph wrote: > > On Oct 20, 2013, at 2:21 AM, Orestis Markou wrote: > >> Hello, >> >> Short form of the question: >> >> Are people using Twisted to host WSGI applications AND serve static files >> AND replace celery/redis/other? > > I'm not personally using i