Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a0b9ffb

Browse files
committed
Update /contrib and TODO.detail.
1 parent 98f7176 commit a0b9ffb

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

contrib/init.d/postgresql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PM_ARGS="-i -F"
1919
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
2020

2121
# What to use to start up the postmster, and a few names.
22-
DAEMON=/home/postgres/bin/pg_ctl
22+
DAEMON=/usr/local/pgsql/bin/pg_ctl
2323
NAME=postmaster
2424
FILE=postgresql
2525
DESC="PostgreSQL RDBMS"

doc/TODO.detail/thread

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,3 +330,51 @@ threads or processes or both...
330330
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
331331
"I have the heart of a child; I keep it in a jar on my desk."
332332

333+
From pgsql-hackers-owner+M4275@postgresql.org Mon Feb 5 21:45:00 2001
334+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
335+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id VAA09262
336+
for <pgman@candle.pha.pa.us>; Mon, 5 Feb 2001 21:44:59 -0500 (EST)
337+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
338+
by mail.postgresql.org (8.11.1/8.11.1) with SMTP id f162ixx00920;
339+
Mon, 5 Feb 2001 21:44:59 -0500 (EST)
340+
(envelope-from pgsql-hackers-owner+M4275@postgresql.org)
341+
Received: from goldengate.kojoworldwide.com. ([216.133.4.130])
342+
by mail.postgresql.org (8.11.1/8.11.1) with ESMTP id f162fSx00595
343+
for <pgsql-hackers@postgresql.org>; Mon, 5 Feb 2001 21:41:29 -0500 (EST)
344+
(envelope-from mscott@sacadia.com)
345+
Received: from localhost (localhost [127.0.0.1])
346+
by goldengate.kojoworldwide.com. (8.9.1b+Sun/8.9.2) with ESMTP id SAA03298
347+
for <pgsql-hackers@postgresql.org>; Mon, 5 Feb 2001 18:25:05 -0800 (PST)
348+
Date: Mon, 5 Feb 2001 18:25:05 -0800 (PST)
349+
From: Myron Scott <mscott@sacadia.com>
350+
X-Sender: mscott@goldengate.kojoworldwide.com.
351+
To: pgsql-hackers@postgresql.org
352+
Subject: Re: [HACKERS] Using Threads?
353+
Message-ID: <Pine.GSO.4.10.10102051823210.3289-100000@goldengate.kojoworldwide.com.>
354+
MIME-Version: 1.0
355+
Content-Type: TEXT/PLAIN; charset=US-ASCII
356+
Precedence: bulk
357+
Sender: pgsql-hackers-owner@postgresql.org
358+
Status: OR
359+
360+
I have put a new version of my multi-threaded
361+
postgresql experiment at
362+
363+
http://www.sacadia.com/mtpg.html
364+
365+
This one actually works. I have added a server
366+
based on omniORB, a CORBA 2.3 ORB from ATT. It
367+
is much smaller than TAO and uses the thread per
368+
connection model. I haven't added the java side
369+
of the JNI interface yet but the C++ side is there.
370+
371+
It's still not stable but it is much better than
372+
the last.
373+
374+
Myron Scott
375+
mkscott@sacadia.com
376+
377+
378+
379+
380+

0 commit comments

Comments
 (0)