Re: 1024 limits??

From: Mathieu Dube <mathieu_dube(at)videotron(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 1024 limits??
Date: 2001-02-05 16:20:47
Message-ID: 01020511233308.01681@therver.local2.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just do a select on a user table with the username and password

pretty upfront and normal query

you would like me to use PQtrace???
it doesnt say much

if I do bt on gdb it says: 0x4b3003d in ?? ()

On Mon, 05 Feb 2001, you wrote:
> Mathieu Dube <mathieu_dube(at)videotron(dot)ca> writes:
> > If I remove the function where I authenticate my server can handle as
> > much clients as I want.
>
> Which authentication method do you use?
>
> > If I authenticate every clients with connections to the database it
> > crashes on PQconnectdb at th 1024th client without returning an error(it just
> > segfaults).
>
> Please provide a backtrace from the segfault ...
>
> regards, tom lane
--
Mathieu Dube
Mondo-Live
www.flipr.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2001-02-05 16:28:45 Re: full text searching
Previous Message Tom Lane 2001-02-05 16:11:37 Re: 1024 limits??