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

2013-10-23 Thread Orestis Markou
On 23 Οκτ 2013, at 11:21 π.μ., Glyph wrote: > On Oct 22, 2013, at 12:41 AM, Orestis Markou wrote: > >> Any pointers on how to best use this in combination with WSGI/Django? In the >> past I had a combination of twisted-web (for /static and /media) and wsgi >> host (for everything else), all

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

2013-10-23 Thread Glyph
On Oct 22, 2013, at 12:41 AM, Orestis Markou wrote: > Any pointers on how to best use this in combination with WSGI/Django? In the > past I had a combination of twisted-web (for /static and /media) and wsgi > host (for everything else), all running under the same Service. Essentially: Have you

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

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

2013-10-21 Thread Glyph
On Oct 21, 2013, at 1:16 PM, Phil Mayers wrote: > Does the Twisted wsgi runner have support for process rather than threading > models to avoid the gil? Because if so I should take a look at it... Nope. It ought to though: . Any interest in tacklin

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

2013-10-21 Thread Phil Mayers
Does the Twisted wsgi runner have support for process rather than threading models to avoid the gil? Because if so I should take a look at it... -- Sent from my phone with, please excuse brevity and typos___ Twisted-Python mailing list Twisted-Python@tw

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

2013-10-21 Thread Glyph
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 it as a WSGI host, but otherwise, yes, a full-stack applicatio

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

2013-10-20 Thread Orestis Markou
Hello, Short form of the question: Are people using Twisted to host WSGI applications AND serve static files AND replace celery/redis/other? Are there any inherent drawbacks in using Twisted for this use case? Long form of the question: These days to get a reasonably feature-full python web s