Re: Using Threads?

From: Myron Scott <mscott(at)sacadia(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Using Threads?
Date: 2001-02-06 02:25:05
Message-ID: Pine.GSO.4.10.10102051823210.3289-100000@goldengate.kojoworldwide.com.
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
mkscott(at)sacadia(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Eduardo Stern 2001-02-06 02:33:23 Re: ODBC Problem v7.1 beta4
Previous Message Tom Lane 2001-02-06 02:21:36 Re: with -g and libpq.a ...