postgresql/src/tools/thread
Bruce Momjian d56b736db0 Update thread test to do getpid() in while loop, also use weather.com
rather than slashdot.org for testing.
2004-04-04 17:23:54 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
README Add compile step to instructions. 2003-09-27 17:29:30 +00:00
thread_test.c Update thread test to do getpid() in while loop, also use weather.com 2004-04-04 17:23:54 +00:00

This program should be run by developers wishing to enable threading on
new platforms.

Run thread_test program to determine if your native libc functions are
thread-safe, or if we should use *_r functions or thread locking.

To use this program, you must:

	o add "THREAD_SUPPORT=yes" to your template/${port} file 
	o add any THREAD_CPPFLAGS and THREAD_LIBS defines to your
	  template/${port} file
	o run "configure --enable-thread-safety"
	o compile the main source tree
	o compile and run this program