[OT][ANNOUNCEMENT]Announcing first public release of Open Application Server

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [OT][ANNOUNCEMENT]Announcing first public release of Open Application Server
Date: 2003-04-04 11:01:42
Message-ID: 200304041631.42884.shridhar_daithankar@nospam.persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

I am very glad to announce first public release of Open Application Server.

This is an application framework built in C++, to make use of existing APIs in
internet
application.

It provides

* A thread based request delivery architecture
* support of request handlers loaded from external libraries
* Support of additional application API such as http, SMTP etc.

The features:

* Written in C++
* mutlithreaded application
* High performance and scalable
* Provides object-packing technology
* Native interface with apache to act as web application server

The project is available from http://oasserver.sourceforge.net. The mailing
list is not active as yet
but it should be up in short time(by tomorrow hopefully).

A complete web application built with OAS+postgresql+apache is also available
from CVS. This is a issue
tracking and resource booking system.

There are no packages/tarballs available right now. Please use anonymous cvs.
I plan to relase packages
in short time.

The CVS modules are oasserver and phd respectively.

This is done so that I can update install documentation to cater for variety
of build platforms. Right now,
I can test the build only on slackware/mandrake/freeBSD.

Shridhar

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2003-04-04 11:43:41 Re: Changing behavior of BEGIN...sleep...do something...COMMIT
Previous Message Luis Alberto Amigo Navarro 2003-04-04 10:45:46 Re: [HACKERS] mariposa