Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 62582 invoked by uid 500); 4 Mar 2002 18:50:14 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 62569 invoked from network); 4 Mar 2002 18:50:14 -0000 Message-ID: <3C83C1ED.7040905@apache.org> Date: Mon, 04 Mar 2002 10:50:21 -0800 From: Ian Holsman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+) Gecko/20020301 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Filby , dev@apr.apache.org Subject: Re: The APR References: <20020304180947.55093.qmail@web11606.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jason Filby wrote: > --- Christian Gross wrote: > >>NSPR and APR definitely have similarities. But there are some >>slight differences (for example thread pools in NSPR). But which >>one is better? There is not one REALLY better in terms of >>functionality since each has their strengths. For example in APR >>you have pool based resource management. This is a boon for any >>programmer. >> > > Ok so APR doesn't have thread pools? Could this be implemented in the > future or doesn't the existing architecture allow for that? > > > Cool. Thing is, I'm toying with the idea of writing an OO DBMS. So > scalability and high performance are extremely important. Oracle uses > a portable runtime, btw, there's is called VOS (Virtual OS). hi Jason. if you want high-performance you'll need to investigate async I/O and things like direct I/O to implent your writers/readers I don't think async I/O is in NSPR either BTW also .. you might want to have a look at ACE (http://www.cs.wustl.edu/~schmidt/ACE.html) it's in C++ BTW > > Thanks > - Jason > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - sign up for Fantasy Baseball > http://sports.yahoo.com > >