Re: [GENERAL] message type 0x50

2003-09-10 Thread Tom Lane
Alessandro GARDICH <[EMAIL PROTECTED]> writes: > with setittimer and SIGALRM i do an explicit COMMIT every 10 seconds, > update loop have a random delay from 0 to 500 msec using usleep(). > I have problems using SIGALRM and libpq (libpqxx exactly), does libpq > use select or other signal ??? Are

Re: [GENERAL] message type 0x50

2003-09-10 Thread Greg Stark
Alessandro GARDICH <[EMAIL PROTECTED]> writes: > the program is quite simple, a loop do UPDATE on a random entry on a > table. Server is without autocommit. > > with setittimer and SIGALRM i do an explicit COMMIT every 10 seconds, > update loop have a random delay from 0 to 500 msec using usleep