Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-28 Thread Dan
Thanks for all your replies. Greg wrote: > You might want to look into Orbited, there are a number of Django > examples > out there: > > http://www.orbited.org This looks very cool. http://preview.tinyurl.com/3suqth (CometDaily) makes it seem extremely easy to develop for. Gonna play with th

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-28 Thread Esteve Fernandez
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

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-28 Thread glyph
On 12:36 pm, mica...@gmail.com wrote: 2009/5/27 s s : I wrote up some thoughts on this here: http://clemesha.org/blog/2009/apr/23/Django-on-Twisted-using-latest- twisted-web-wsgi/ I had some very strange errors and gave up and used CherryPy which worked right out of the box. �Has the Twis

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-28 Thread Michael Hudson
2009/5/27 s s : >> 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 twisted.web, which I've found to work

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread s s
On May 27, 2009, at 3:48 PM, Alex Clemesha wrote: > On Wed, May 27, 2009 at 11:39 AM, Dan wrote: >> Hi all, >> >> I have an application written in Twisted which multiplexes data >> from a >> variety of pieces of specialized hardware, and I'd like to make the >> live stream of this information

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread glyph
On 07:40 pm, exar...@divmod.com wrote: >On Wed, 27 May 2009 14:39:45 -0400, Dan wrote: >>Hi all, >> >>I have an application written in Twisted which multiplexes data from a >>variety of pieces of specialized hardware, and I'd like to make the >>live stream of this information viewable through a w

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Alex Clemesha
On Wed, May 27, 2009 at 11:39 AM, Dan wrote: > Hi all, > > I have an application written in Twisted which multiplexes data from a > variety of pieces of specialized hardware, and I'd like to make the > live stream of this information viewable through a webpage. > Unfortunately, on our server, port

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Dave Britton
arate data sources correctly. The central twisted application only has to keep track of the buffer position. It's just not as much fun, though. -Dave - Original Message - From: "Dan" To: Sent: Wednesday, May 27, 2009 1:39 PM Subject: [Twisted-Python] Twisted protocol a

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Jean-Paul Calderone
On Wed, 27 May 2009 14:39:45 -0400, Dan wrote: >Hi all, > >I have an application written in Twisted which multiplexes data from a >variety of pieces of specialized hardware, and I'd like to make the >live stream of this information viewable through a webpage. >Unfortunately, on our server, port 80

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread s s
On May 27, 2009, at 3:12 PM, Greg Taylor wrote: You might want to look into Orbited, there are a number of Django examples out there: http://www.orbited.org Website seems to be down. Any idea who to ping to whack it? S ___ Twisted-Python maili

Re: [Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Greg Taylor
You might want to look into Orbited, there are a number of Django examples out there: http://www.orbited.org On Wed, May 27, 2009 at 2:39 PM, Dan wrote: > Hi all, > > I have an application written in Twisted which multiplexes data from a > variety of pieces of specialized hardware, and I'd like

[Twisted-Python] Twisted protocol as Django data source

2009-05-27 Thread Dan
Hi all, I have an application written in Twisted which multiplexes data from a variety of pieces of specialized hardware, and I'd like to make the live stream of this information viewable through a webpage. Unfortunately, on our server, port 80 is already taken by an Apache + mod_python +