@@ -1427,3 +1427,69 @@ TIP 5: Have you checked our extensive FAQ?
14271427
14281428http://www.postgresql.org/users-lounge/docs/faq.html
14291429
1430+ From pgsql-hackers-owner+M16320=candle.pha.pa.us=pgman@postgresql.org Thu Dec 6 10:16:20 2001
1431+ Return-path: <pgsql-hackers-owner+M16320=candle.pha.pa.us=pgman@postgresql.org>
1432+ Received: from west.navpoint.com (west.navpoint.com [207.106.42.13])
1433+ by candle.pha.pa.us (8.11.6/8.10.1) with ESMTP id fB6FGJZ29347
1434+ for <pgman@candle.pha.pa.us>; Thu, 6 Dec 2001 10:16:19 -0500 (EST)
1435+ Received: from rs.postgresql.org (server1.pgsql.org [64.39.15.238] (may be forged))
1436+ by west.navpoint.com (8.11.6/8.10.1) with ESMTP id fB6FGIE25797
1437+ for <pgman@candle.pha.pa.us>; Thu, 6 Dec 2001 10:16:18 -0500 (EST)
1438+ Received: from postgresql.org (postgresql.org [64.49.215.8])
1439+ by rs.postgresql.org (8.11.6/8.11.6) with ESMTP id fB6F8MR55154
1440+ for <pgman@candle.pha.pa.us>; Thu, 6 Dec 2001 09:12:12 -0600 (CST)
1441+ (envelope-from pgsql-hackers-owner+M16320=candle.pha.pa.us=pgman@postgresql.org)
1442+ Received: from dendrite.sacadia.com (adsl-64-168-22-137.dsl.snfc21.pacbell.net [64.168.22.137])
1443+ by postgresql.org (8.11.3/8.11.4) with ESMTP id fB3NNfm32380
1444+ for <pgsql-hackers@postgresql.org>; Mon, 3 Dec 2001 18:23:42 -0500 (EST)
1445+ (envelope-from mkscott@sacadia.com)
1446+ Received: from sacadia.com (localhost [127.0.0.1])
1447+ by dendrite.sacadia.com (8.10.2+Sun/8.10.2) with ESMTP id fB3NKiK16816
1448+ for <pgsql-hackers@postgresql.org>; Mon, 3 Dec 2001 15:20:44 -0800 (PST)
1449+ Message-ID: <3C0C08CC.917CC04B@sacadia.com>
1450+ Date: Mon, 03 Dec 2001 15:20:44 -0800
1451+ From: mkscott@sacadia.com
1452+ X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.8 sun4u)
1453+ X-Accept-Language: en
1454+ MIME-Version: 1.0
1455+ To: PostgreSQL Hackers Mailing List <pgsql-hackers@postgresql.org>
1456+ Subject: [HACKERS] Using Threads (again)
1457+ Content-Type: text/plain; charset=us-ascii
1458+ Content-Transfer-Encoding: 7bit
1459+ Precedence: bulk
1460+ Sender: pgsql-hackers-owner@postgresql.org
1461+ Status: OR
1462+
1463+
1464+ Hi All,
1465+
1466+
1467+ Since I last posted to this list I have done some work
1468+ on a multi-threaded port of Postgres 7.0.2 that I have been kicking
1469+ around for a while. There has been some mild interest
1470+ in this in the past so I thought I might try and start a sourceforge
1471+ project with what I have so far.
1472+
1473+ >From past discussions, it is clear to me that a direct port
1474+ of postgres which uses threads instead of processes is not a
1475+ good idea, how about an embedded version that uses threads.
1476+ A multi-threaded postgres might be good for that.
1477+ The version I am working on is slower in terms of transaction
1478+ throughput than the current postgres but it uses less system
1479+ resources and does not require shared memory.
1480+
1481+ I know it is possible to embed the current postgres but I
1482+ believe that is a single user system.
1483+
1484+ Comments?
1485+
1486+
1487+ Myron Scott
1488+ mkscott@sacadia.com
1489+
1490+
1491+ ---------------------------(end of broadcast)---------------------------
1492+ TIP 3: if posting/reading through Usenet, please send an appropriate
1493+ subscribe-nomail command to majordomo@postgresql.org so that your
1494+ message can get through to the mailing list cleanly
1495+