[Twisted-Python] Working on multiple Twisted branches

2009-10-29 Thread sstein...@gmail.com
So... I am very interested in the improvements to the Twisted Web Client portion of Twisted and have been wanting to review two tickets/ branches in particular; 3987 and 886. Today I finally got around to getting the branches checked out and merged, with some great help from

Re: [Twisted-Python] HTTPClientFactory's deferred never finishing download on .vcf (vcard file) link

2009-10-29 Thread sstein...@gmail.com
On Oct 29, 2009, at 11:05 PM, exar...@twistedmatrix.com wrote: > They're not really split. The 3987 branch is complete and usable on > its > own. You don't need a checkout of the 886 branch. Cool, maybe that could be noted in the ticket(s)? Thanks, S _

[Twisted-Python] Fwd: Twisted WSGI (trunk) + Django 1.1.1 + Pinax Twisted WSGI setup == broken forms?

2009-10-30 Thread sstein...@gmail.com
Hi! I've been pulling my hair out all day... I have a Django 1.1.x project running under Twisted Trunk (27392) using WSGI. I've been having mega-problems with forms not showing up in Django's REQUEST object so I decided to nail it down to the simplest case. I thought I was only

[Twisted-Python] Django + Twisted trunk, fresh virtualenv, simplest demo

2009-10-31 Thread sstein...@gmail.com
Hi! I was pulling my hair out yesterday, trying to get my Django application's forms working on both the development server, and running under Twisted trunk. POST variables were not arriving in the REQUEST object where they belonged, but only under Twisted. So, I di

Re: [Twisted-Python] Fwd: Twisted WSGI (trunk) + Django 1.1.1 + Pinax Twisted WSGI setup == broken forms?

2009-10-31 Thread sstein...@gmail.com
On Oct 31, 2009, at 9:03 AM, Itamar Turner-Trauring (aka Shtull- Trauring) wrote: > You might also try the twisted-web list. Maybe my subscription's broken but I haven't seen a single message since I signed up a week and a half or so ago. Is that right? Thanks, S > > > __

[Twisted-Python] Ticket #3987 Review

2009-11-02 Thread sstein...@gmail.com
On Oct 29, 2009, at 11:05 PM, exar...@twistedmatrix.com wrote: >> Well...I've now spent some actual time with 886 (-2,-3,and -4), and >> also with 3987. >> >> While there is some very nice stuff in there, I'm really not sure how >> one would actually put it to use since the back-end and the front-

Re: [Twisted-Python] Ticket #3987 Review

2009-11-02 Thread sstein...@gmail.com
On Nov 2, 2009, at 6:07 PM, exar...@twistedmatrix.com wrote: > On 03:20 pm, sstein...@gmail.com wrote: >> On Oct 29, 2009, at 11:05 PM, exar...@twistedmatrix.com wrote: >>>> Well...I've now spent some actual time with 886 (-2,-3,and -4), and >>>> also wi

Re: [Twisted-Python] Volunteer for twisted code Reviews and Commits

2009-11-07 Thread sstein...@gmail.com
On Nov 6, 2009, at 9:59 PM, exar...@twistedmatrix.com wrote: > On 01:11 am, sstein...@gmail.com wrote: >> >> On Nov 6, 2009, at 7:54 PM, exar...@twistedmatrix.com wrote: >>> As far as I can tell, these problems are due solely to the quality >>> of >>&g

Re: [Twisted-Python] Volunteer for twisted code Reviews and Commits

2009-11-07 Thread sstein...@gmail.com
On Nov 6, 2009, at 11:43 PM, David Lyon wrote: > On Sat, 07 Nov 2009 00:54:38 -, exar...@twistedmatrix.com wrote: >> On 12:48 am, sstein...@gmail.com wrote: >> As far as I can tell, these problems are due solely to the quality of >> trac. There is no indication tha

Re: [Twisted-Python] Volunteer for twisted code Reviews and Commits

2009-11-07 Thread sstein...@gmail.com
On Nov 7, 2009, at 8:51 AM, David Lyon wrote: > Hi Jean-Paul, > > On Sat, 07 Nov 2009 13:32:28 -, exar...@twistedmatrix.com wrote: > >> A server farm doesn't buy us anything, as trac can't be scaled up >> across >> multiple hosts (or even multiple CPUs on a single host). > > I'm surprised t

Re: [Twisted-Python] Twisted webserver performance issues (was volunteer...)

2009-11-07 Thread sstein...@gmail.com
On Nov 7, 2009, at 6:05 PM, exar...@twistedmatrix.com wrote: > Looking at this, I'm reminded that we should try moving the sponsor > logos to somewhere else 1> Move any images to CDN of any description (Cloud Files @ rackspace does this for free, if I remember correctly, included in the cost of

Re: [Twisted-Python] Twisted webserver performance issues

2009-11-08 Thread sstein...@gmail.com
On Nov 7, 2009, at 11:26 PM, James Y Knight wrote: > When I last looked into the performance issues, I found that sometimes > trac appears to block for long periods of time without releasing the > GIL. That seems to be the core of the performance issues, Any Earthly idea which part of trak is re

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread sstein...@gmail.com
On Nov 16, 2009, at 12:19 PM, Kevin Horn wrote: On Thu, Nov 12, 2009 at 11:36 AM, Kevin Horn wrote: On Wed, Nov 11, 2009 at 11:22 PM, Glyph Lefkowitz > wrote: Release early, release often. Most efforts like this end up moribund: you sound serious right now, but never underestimate th

Re: [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx

2009-11-16 Thread sstein...@gmail.com
On Nov 16, 2009, at 1:09 PM, Kevin Horn wrote: Sorry, I seem to have missed something...where is "it" up to see? Thanks, S er, sorry, forgot to post the link... here it is: http://twistedsphinx.funsize.net/ That gets an "awesome" first pass grade. It sure does look different presented th

Re: [Twisted-Python] Syntactic sugar for deferreds

2009-12-07 Thread sstein...@gmail.com
On Dec 7, 2009, at 9:50 AM, Konrads Smelkovs wrote: > Hi, > > One project I had a look at had this nice syntactic sugar for async function > chaining: > > >>> event_one() | event_two() | event_three() > > I think this could be an interesting alternative to addCallback or yield. I > propose th

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-09 Thread sstein...@gmail.com
On Dec 9, 2009, at 8:10 PM, Jared Gisin wrote: > It's unambiguously the correct default if you incorrectly assume that > you're always dealing with a web browser client, which is an invalid > assumption. > > The bottom line is that twisted.web contains the only implement of HTTP > in twisted whic

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-10 Thread sstein...@gmail.com
On Dec 10, 2009, at 1:46 AM, Terry Jones wrote: > glyph> Heh. For something in a pastebin, that's all I got :). Stick it in > glyph> version control somewhere! > > Will do. I'm just adding pause/resume, following the suggestion of Dave > Peticolas (thanks Dave). Cool. I could put this to go

Re: [Twisted-Python] A resizable cooperator class for queuing and dispatching jobs

2009-12-11 Thread sstein...@gmail.com
On Dec 11, 2009, at 6:44 AM, Terry Jones wrote: > I'm not sure the details of all this are of interest to many people on the > list. I'll find time to put the code up somewhere more useful. It would be > nice to have a runnable demo/example too. Not sure I'll get there. Cool, if you'll put up a li

Re: [Twisted-Python] web vs web2 clarification

2009-12-11 Thread sstein...@gmail.com
On Dec 11, 2009, at 12:02 PM, Jared Gisin wrote: > I'm interested in a true twisted HTTP/1.1 protocol implementation that > is robust and clean. I have no use for any browser/HTML/CGI realted mix > in stuff. I consider all of that as frosting on top of the HTTP layer, > so I'm trying to produce a

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread sstein...@gmail.com
On Dec 18, 2009, at 2:51 PM, Mikhail Terekhov wrote: > On Fri, Dec 18, 2009 at 1:46 PM, Kevin Horn wrote: >> >> I'm also happy to send a copy of the code I have so far to anyone who's >> interested...just send me an email off list, and I'll send you a tarball. >> > What about putting it into T

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 2

2009-12-18 Thread sstein...@gmail.com
> Otherwise, BitBucket is probably the best option, though it'll be a little > bit of a learning curve for me. I've used Mercurial a little bit, but never > for a "real" project, and I've never used BiBucket (though I think I have an > account, for some reason). I'll give you a hand with BitBu

Re: [Twisted-Python] Some news about currently-pending code-reviews

2009-12-24 Thread sstein...@gmail.com
On Dec 24, 2009, at 12:37 AM, Tim Allen wrote: > You don't have to be a Twisted expert to help out, and don't worry about > whether you're experienced enough to spot every possible problem - most > patches get reviewed *at > least* two or three times by different people, and every problem you pi

Re: [Twisted-Python] Problem fetching page with getPage

2010-01-02 Thread sstein...@gmail.com
On Jan 2, 2010, at 9:34 AM, Terry Jones wrote: > In any case, it looks like the problem is not in the setup of the request. > Can anyone offer a reason why httplib might be able to fetch the page > whereas getPage receives an error? I'm stumped. I've had to debug things like this recently and I

[Twisted-Python] Fwd: Problem fetching page with getPage

2010-01-02 Thread sstein...@gmail.com
Sorry... >> I had a situation where python's HTTPlib stuff was adding an Accept Encoding >> header >> that didn't put there, that I didn't put there, ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/

Re: [Twisted-Python] Running twisted app in a different thread

2010-01-05 Thread sstein...@gmail.com
On Jan 5, 2010, at 2:29 AM, Devraj Mukherjee wrote: > Hi all, > > I am new to Twisted, please be gentle :) > > Is it possible to ask the Twisted application to run in a sea prate thread? There are no sea pirates in Twisted. S ___ Twisted-Python ma

Re: [Twisted-Python] A pseudo-deferred class that can be canceled

2010-01-06 Thread sstein...@gmail.com
On Jan 6, 2010, at 5:23 AM, Glyph Lefkowitz wrote: > I know what the use-cases are for stopping the underlying operation > (notifying the peer that you're not going to accept it, reclaiming the > resources); but if you're just going to let the operation complete eventually > anyway, why wouldn

Re: [Twisted-Python] WSGI Question

2010-01-20 Thread sstein...@gmail.com
On Jan 20, 2010, at 10:37 AM, Phil Christensen wrote: > On Jan 20, 2010, at 9:58 AM, adamjamesdrew same wrote: >> I deploy code. Then I modify the code on my file system. The code does not >> automatically change on the server. It does this on the django dev server. >> How can I make this happe

Re: [Twisted-Python] PyCon 2010 Twisted Sprint

2010-02-04 Thread sstein...@gmail.com
On Jan 31, 2010, at 7:05 PM, Glyph Lefkowitz wrote: > On Jan 31, 2010, at 5:26 PM, exar...@twistedmatrix.com wrote: > >> If there are enough interested people, there will be a Twisted sprint at >> PyCon this year. If you'll be at PyCon and are interested in sprinting >> on some Twisted topic,

[Twisted-Python] web2 -> web ToDo List

2010-02-04 Thread sstein...@gmail.com
While I see tickets in the tracker for web2 and others for web, I couldn't find a 'cherry pick' list of things to be moved from web2 back into web. Is there one? Thanks, S ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twist

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 5

2010-02-05 Thread sstein...@gmail.com
On Feb 5, 2010, at 2:11 PM, Terry Jones wrote: >> - It looks fine under Google chrome > > Argh, having said that, I just noticed the table of contents is below and > to the right of the main page content. An example page that exhibits this > is http://twistedsphinx.funsize.net/projects/conch/ho

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 5

2010-02-05 Thread sstein...@gmail.com
On Feb 5, 2010, at 2:11 PM, Terry Jones wrote: >> - It looks fine under Google chrome > > Argh, having said that, I just noticed the table of contents is below and > to the right of the main page content. An example page that exhibits this > is http://twistedsphinx.funsize.net/projects/conch/ho

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 5

2010-02-05 Thread sstein...@gmail.com
On Feb 5, 2010, at 3:44 PM, Kevin Horn wrote: > On Fri, Feb 5, 2010 at 1:22 PM, sstein...@gmail.com > wrote: > > On Feb 5, 2010, at 2:11 PM, Terry Jones wrote: > > >> - It looks fine under Google chrome > > > > Argh, having said that, I just noticed the t

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-03-31 Thread sstein...@gmail.com
On Mar 31, 2010, at 4:26 PM, Reza Lotun wrote: > Hi, > >> I am looking for a framework for doing a long polling service where : >> >> clients would connect to a soecific 'channel' and wait for a response >> >> Where a client admin would push a response only to clients connected to the >> same

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service

2010-04-03 Thread sstein...@gmail.com
On Apr 3, 2010, at 2:37 PM, Alex Clemesha wrote: > On Sat, Apr 3, 2010 at 6:03 AM, Reza Lotun wrote: >> Hi Steve, >> >>> Have you continued, or do you plan to continue development where it was >>> left off? >> >> Well, it's something I've only be toying with. I can handle all the >> specific

Re: [Twisted-Python] Noob alert - Looking for a framework for creating a long polling service, Forking Orbited

2010-04-03 Thread sstein...@gmail.com
On Apr 3, 2010, at 3:10 PM, sstein...@gmail.com wrote: > > On Apr 3, 2010, at 2:37 PM, Alex Clemesha wrote: > >> On Sat, Apr 3, 2010 at 6:03 AM, Reza Lotun wrote: >>> Hi Steve, >>> >>>> Have you continued, or do you plan to continue developme

Re: [Twisted-Python] mercurial branch

2010-04-18 Thread sstein...@gmail.com
On Apr 18, 2010, at 11:19 AM, exar...@twistedmatrix.com wrote: > On 01:44 am, i...@ludios.org wrote: >> On Fri, Apr 9, 2010 at 6:05 AM, Manlio Perillo >> wrote: >>> Does twisted have a Mercurial (git is also fine) mirror? >>> >>> Unofficial mirror is ok; I just would like to avoid download ent

Re: [Twisted-Python] twisted.web in 60 seconds...why aren't these on the frontpage of TM.com?

2010-04-21 Thread sstein...@gmail.com
On Apr 21, 2010, at 8:53 PM, Jason J. W. Williams wrote: > > But because I'm pretty comfortable with Twisted now...it makes more > sense for me to write my own dispatcher that emulates Tornado's than > give up all the rock-hard awesome My spam filter almost killed you on that phrase. I think yo

Re: [Twisted-Python] Very interesting....

2010-04-28 Thread sstein...@gmail.com
On Apr 28, 2010, at 12:22 PM, Drew Smathers wrote: > On Sat, Apr 24, 2010 at 1:20 PM, Jason J. W. Williams > wrote: >> same example coded in eventlet, gevent, twisted, tornado, nodejs, >> thin+eventmachine http://gist.github.com/376416 (by @greut) >> Surprising… >> > > In the related blog post