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
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
_
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
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
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
>
>
> __
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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/
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo