Re: debugging memory leaks: how?

2007-10-04 Thread arashf
I'm having a similar problem... massive memory leaks after the latest round of updates. I'm using cherrypy (and always have.) switching to paste reduces the leaking, but there's still some leaking. On Sep 19, 4:22 am, Max Ischenko [EMAIL PROTECTED] wrote: On 9/19/07, Ben Bangert [EMAIL

Re: debugging memory leaks: how?

2007-10-04 Thread arashf
I take that back, paste doesn't leak at all, but cherrypy leaks very quickly. I'm guessing something in pastescript is causing this (i'm using 1.3.6) with cherrypy 3.0.2. any ideas? On Oct 4, 3:17 am, arashf [EMAIL PROTECTED] wrote: I'm having a similar problem... massive memory leaks after the

Re: trailing slash redirection (routes)

2007-10-04 Thread Max Ischenko
Hi, On Sep 3, 3:10 pm, lengani [EMAIL PROTECTED] wrote: Anyone does a redirection to make all urls have atrailingslash? What's the simplest way to accomplish this? Routes has an append_slash option for the map. ... Not sure if it's precisely what you're looking for. Thanks, that helped a

Re: Form re-rendering itself SOLVED

2007-10-04 Thread voltron
I would like to apologize for the static, you have all been very helpful, I am truly, but only half the dork that bruno called me :-). The reason for the form nor rendering was that it was rendering a test form that was an exact copy. A little sleep makes wonders. Thanks On Oct 4, 11:59 am,

Re: launching bg subproc from Pylons

2007-10-04 Thread ram
that's interesting. Just out of interest, what program were you spawing ? and what does it do ? how long does it run for ? It's a long running batch job, database updates, GL file generation, month-end stuff.. A python script, using SQLAlchemy. Runs for maybe 1/2 hour or so.

FormEncode and randomely generated numbers for select elements

2007-10-04 Thread voltron
Hi all, I´m posting this also here becaue my last mail got bounced by the Formencode list. I have javascript code that allows me to duplicate HTML select elemets, although the users can delete the elements, each newly generated element gets a new name number in ascemding order, for example:

Re: debugging memory leaks: how?

2007-10-04 Thread Ben Bangert
On Sep 19, 2007, at 4:22 AM, Max Ischenko wrote: What is the correct way to find it out? PasteScript-1.3.6 Beaker-0.7.5 Pylons-0.9.6 SQLAlchemy-0.3.10-py2.4.egg There are 2 leaks present in the latest Pylons, both of them in dependent packages Paste and Beaker. The Beaker one can leak

Re: Pylons 0.9.5 + SAContext and nosetests gives additional warnings

2007-10-04 Thread Tomasz Nazar
I confirm that in 0.9.6, SQLAlchemy o.4b7 and nose 0.9.3 my tests (app upgraded from 0.9.5) work like a charm :-) [well, except these still not green ;) ] Thanks. T. On 9/26/07, Ben Bangert [EMAIL PROTECTED] wrote: On Sep 26, 2007, at 2:09 AM, Jim Musil wrote: This is probably too late,