pgbench don't return results on Windows

From: Yoshiyuki Asaba <y-asaba(at)sra(dot)co(dot)jp>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: pgbench don't return results on Windows
Date: 2004-09-24 08:57:35
Message-ID: 20040924.175735.96678218.y-asaba@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

When I measured performance using "pgbench -S" on Windows, I
encounterd the problem that pgbench have not been returned results.

* My environment
OS: Windows XP Professional Edition
pgsql: compiling at postgresql-8.0.0beta2.tar.gz by MinGW
(MD5: ec8d40686b08b902a0db308333f52e47)

* postgresql.conf
max_connection=128
shared_buffers=1000

* cmd.exe
> createdb bench
> pgbench -i bench
> pgbench -S -c 128 -t 20 bench
no response...

This problem was reproduced by about 30% of probability.
Is this problem caused by pgbench? or by pgsql server?

Thanks.

--
Yoshiyuki Asaba
y-asaba(at)sra(dot)co(dot)jp

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-09-25 19:39:01 automated builds?
Previous Message Merlin Moncure 2004-09-23 16:39:01 Re: Documentation