Having no luck with getting pgbench to run multiple times - Mailing list pgsql-hackers

From Justin Clift
Subject Having no luck with getting pgbench to run multiple times
Date
Msg-id 3D8A1AC2.5F834CD9@postgresql.org
Whole thread Raw
Responses Re: Having no luck with getting pgbench to run multiple  (Greg Copeland <greg@CopelandConsulting.Net>)
List pgsql-hackers
Hi everyone,

Am trying my hand at a bit of C code again.  Specifically am trying to
get Tatsuo's "pgbench" code to loop around more than once, but it keeps
on hanging forever at this line:

if ((nsocks = select(maxsock + 1, &input_mask, (fd_set *) NULL,(fd_set *) NULL, (struct timeval *) NULL)) < 0)
{

etc

Running this on a FreeBSD 4.6.2 system with PostgreSQL 7.2.2 and gcc
2.95.3.  Looking around the Net seems to say that hangs like this are
caused by the select blocking, but that's not helping me any with
knowing what to do.

Does anyone have an idea of what I can do, or maybe have a few minutes
to look at my code and point out the problem?

:-)

Regards and best wishes,

Justin Clift

-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."  - Indira Gandhi


pgsql-hackers by date:

Previous
From: "Robert Treat"
Date:
Subject: Re: [GENERAL] PGXLOG variable worthwhile?
Next
From: Michael Meskes
Date:
Subject: PL/pgSQL question