Update /contrib and TODO.detail.
authorBruce Momjian
Tue, 6 Feb 2001 17:47:48 +0000 (17:47 +0000)
committerBruce Momjian
Tue, 6 Feb 2001 17:47:48 +0000 (17:47 +0000)
contrib/init.d/postgresql
doc/TODO.detail/thread

index ab81a24f6ef02672305f9b0082877a4a8f80ef99..730f8b063fd2a3149206c1c16f92e8f8be109123 100644 (file)
@@ -19,7 +19,7 @@ PM_ARGS="-i -F"
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 # What to use to start up the postmster, and a few names.
-DAEMON=/home/postgres/bin/pg_ctl
+DAEMON=/usr/local/pgsql/bin/pg_ctl
 NAME=postmaster
 FILE=postgresql
 DESC="PostgreSQL RDBMS"
index 555f13a942b42ceab4bb3d2d4156c145bf6b4fc1..edf7523a20bdd3700b9266bb04c0216587f10480 100644 (file)
@@ -330,3 +330,51 @@ threads or processes or both...
 -Alfred Perlstein - [[email protected]|[email protected]]
 "I have the heart of a child; I keep it in a jar on my desk."
 
+From [email protected] Mon Feb  5 21:45:00 2001
+Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
+   by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id VAA09262
+   for ; Mon, 5 Feb 2001 21:44:59 -0500 (EST)
+Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
+   by mail.postgresql.org (8.11.1/8.11.1) with SMTP id f162ixx00920;
+   Mon, 5 Feb 2001 21:44:59 -0500 (EST)
+   (envelope-from [email protected])
+Received: from goldengate.kojoworldwide.com. ([216.133.4.130])
+   by mail.postgresql.org (8.11.1/8.11.1) with ESMTP id f162fSx00595
+   for ; Mon, 5 Feb 2001 21:41:29 -0500 (EST)
+   (envelope-from [email protected])
+Received: from localhost (localhost [127.0.0.1])
+   by goldengate.kojoworldwide.com. (8.9.1b+Sun/8.9.2) with ESMTP id SAA03298
+   for ; Mon, 5 Feb 2001 18:25:05 -0800 (PST)
+Date: Mon, 5 Feb 2001 18:25:05 -0800 (PST)
+From: Myron Scott 
+X-Sender: [email protected].
+Subject: Re: [HACKERS] Using Threads?
+Message-ID: 
+MIME-Version: 1.0
+Content-Type: TEXT/PLAIN; charset=US-ASCII
+Precedence: bulk
+Status: OR
+
+I have put a new version of my multi-threaded
+postgresql experiment at
+
+http://www.sacadia.com/mtpg.html
+
+This one actually works.  I have added a server
+based on omniORB, a CORBA 2.3 ORB from ATT.  It
+   is much smaller than TAO and uses the thread per
+connection model.  I haven't added the java side
+of the JNI interface yet but the C++ side is there.
+
+It's still not stable but it is much better than
+the last.
+
+Myron Scott
+
+
+
+
+