Re: Middleware for checking client info and many other queries

2008-01-12 Thread Ravi Kumar
thanks UDI, this is waht I needed to some extent. On Jan 9, 2008 3:16 PM, Udi <[EMAIL PROTECTED]> wrote: > > Re: #2 > > I wouldn't worry about it. > http://aspn.activestate.com/ASPN/Mail/Message/python-list/998253 > > Re: #4 > > http://www.djangosnippets.org/snippets/358/ > http://code.djangoproj

Re: Middleware for checking client info and many other queries

2008-01-09 Thread Udi
Re: #2 I wouldn't worry about it. http://aspn.activestate.com/ASPN/Mail/Message/python-list/998253 Re: #4 http://www.djangosnippets.org/snippets/358/ http://code.djangoproject.com/wiki/PageStatsMiddleware On Jan 8, 12:35 am, "Ravi Kumar" <[EMAIL PROTECTED]> wrote: > Hi, > This is my First p

Re: Middleware for checking client info and many other queries

2008-01-09 Thread Graham Dumpleton
On Jan 9, 6:04 pm, "Ravi Kumar" <[EMAIL PROTECTED]> wrote: > Yes, I am using older self compiled version. Hmm, > Well, lets look at what the new release has now. > Are you people sure when I setup Django on mod_python+Apache+Linux, there > won't be memory issues like what I read about the older mo

Re: Middleware for checking client info and many other queries

2008-01-08 Thread Ravi Kumar
Yes, I am using older self compiled version. Hmm, Well, lets look at what the new release has now. Are you people sure when I setup Django on mod_python+Apache+Linux, there won't be memory issues like what I read about the older mod_python. Any suggestions to take about during setup or such. >

Re: Middleware for checking client info and many other queries

2008-01-08 Thread Graham Dumpleton
On Jan 8, 11:36 pm, "Ravi Kumar" <[EMAIL PROTECTED]> wrote: > I am sorry. I mean to say "Django on Apache" has some memory overusage and > leak problem due to mod_python or whatever :) To repeat was Kenneth said but in respect of your clarification, 'where did you hear this? It is not true. '. :-

Re: Middleware for checking client info and many other queries

2008-01-08 Thread Ravi Kumar
I did that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

Re: Middleware for checking client info and many other queries

2008-01-08 Thread Alex Koshelev
Read docs http://www.djangoproject.com/documentation/ all topics are covered there. On 8 янв, 08:35, "Ravi Kumar" <[EMAIL PROTECTED]> wrote: > Hi, > This is my First post to the group. I started devotion to Python recently, > and now I have to implement Django (which came out to be something I wa

Re: Middleware for checking client info and many other queries

2008-01-08 Thread Ravi Kumar
I am sorry. I mean to say "Django on Apache" has some memory overusage and leak problem due to mod_python or whatever :) But i did read those docs. Suggestion were to restart (using cron, stop then start rather than restart) to release those. So if this is true, is there any way to command it. Any

Re: Middleware for checking client info and many other queries

2008-01-07 Thread Kenneth Gonsalves
On 08-Jan-08, at 11:05 AM, Ravi Kumar wrote: > 3. I was reading some pros-cons about Django. I came to know Django > has a memory problem in deployment environment, leaked memory. I > also read many articles regarding how to prevent such leakage and > hogging where did you hear this? It i