Re: Full text searches in Django

2006-12-05 Thread Rafael SDM Sierra
On 11/28/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > > > On 11/28/06, John Sutherland <[EMAIL PROTECTED]> wrote: > > > > While this is MySQL fulltext specific, it may be of use when you start > > tinkering with the Django code: > > > http://www.mercurytide.com/knowledge/white-papers/django-fu

Re: "Pool" of "one" connection in Apache

2006-10-18 Thread Rafael SDM Sierra
On 10/18/06, Rafael SDM Sierra <[EMAIL PROTECTED]> wrote: Following suggests, I'm forwarding my mail, from the Django-users to Django-dev list.-- Forwarded message --From: Rafael SDM Sierra < [EMAIL PROTECTED]>Date: Oct 18, 2006 2:52 PMSubject: "Pool" of

"Pool" of "one" connection in Apache

2006-10-18 Thread Rafael SDM Sierra
Following suggests, I'm forwarding my mail, from the Django-users to Django-dev list.-- Forwarded message --From: Rafael SDM Sierra < [EMAIL PROTECTED]>Date: Oct 18, 2006 2:52 PMSubject: "Pool" of "one" connection in ApacheTo: django-us

Re: Modification in the django.db.backends.postgresql.base

2006-10-18 Thread Rafael SDM Sierra
On 10/18/06, Niels <[EMAIL PROTECTED]> wrote: Rafael SDM Sierra wrote:> Hi, Trying to make Django to use really only ONE connection to ONE process> (like 1000 Threads using 1 connection) I've altered postgresql backend at> base.py. The beta (aka bugged) version is here: &g

Re: Modification in the django.db.backends.postgresql.base

2006-10-17 Thread Rafael SDM Sierra
On 10/17/06, Mario Gonzalez ( mario__ ) <[EMAIL PROTECTED]> wrote: On 17/10/06, Rafael SDM Sierra <[EMAIL PROTECTED]> wrote:> ps2.: I need this a lot becouse I'm using FreeBSD, and it start only 50> connections simultaneously, but my system use   but you can change tha

Modification in the django.db.backends.postgresql.base

2006-10-17 Thread Rafael SDM Sierra
Hi, Trying to make Django to use really only ONE connection to ONE process (like 1000 Threads using 1 connection) I've altered postgresql backend at base.py. The beta (aka bugged) version is here: http://pastebin.com/808647 My question is if this alteration (turn the connection variable to be a C

Re: Make django run on top of twisted

2006-10-11 Thread Rafael SDM Sierra
I'm looking for this a few days ago and found it: http://code.djangoproject.com/ticket/172On 10/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Someone has submit a method before.He use twsited WSGIResource to wrapthe django'WSGIHandler .But this method can not support Defer. Thewhole structur

Re: Merquery patches

2006-09-25 Thread Rafael SDM Sierra
New patch added, now you can use slices and __getitem__On 9/14/06, Rafael SDM Sierra <[EMAIL PROTECTED] > wrote:Hi again, I've finished my work for now, it's working fine. Please, someone look the patch3.diff and apply the differences into theirs respectives files http://code.d

Re: Merquery patches

2006-09-14 Thread Rafael SDM Sierra
Hi again, I've finished my work for now, it's working fine. Please, someone look the patch3.diff and apply the differences into theirs respectives files http://code.djangoproject.com/ticket/2707 Thanks-- SDM UnderlinuxGarimpar.com--PEP-8"Mais vale um ponteiro na mao do que duas classes voando"CPF

Merquery patches

2006-09-13 Thread Rafael SDM Sierra
Hi, I'm working over the search-api branches, I'm trying to implement the Xapian for the database API, this is near to finish, I would like that someone see the ticket[1] (I haven't write access in svn), to later merge it into then (svn). I need that someone test the others backend (Lucene and Hy