Re: [Pi3web-users] Oracle
Brought to you by:
zimpel
|
From: <zi...@t-...> - 2003-04-03 04:42:32
|
Hi, the possible backends of the HTTP-server are: - static content, HTML/XHTML/WML etc. - SSI - CGI - ISAPI extensions - ASP (1.0 only) - Cold Fusion - PHP4 - Servlets - JSP's - perl (non-CGI, embedded) - XSL Did I forget one? I.e. there's no generic, built in support for any database as a backend of Pi3Web, but most of the backends either support Oracle or can access it through interfaces as OCI/ODBC/ADO/JDBC/JDO/other: - CGI - ISAPI extensions - ASP (1.0 only) - Cold Fusion - PHP4 - Servlets - JSP's - perl (non-CGI, embedded) You need to select from one of these web technologies. An alternative (only for specific purposes, e.g. low latency and resource usage, no flexibility requirements) is to write a Pi3Web handler module in C++ (using the Pi3-API's), which invokes e.g. OCI and produces dynamic content. -- regards Holger TMTOWTDI - There's More Than One Way To Do It - Perl motto ---------------------------------------------------------- Holger 'zimpel' Zimmermann ---------------------------------------------------------- Wendishain Germany ---------------------------------------------------------- http://home.t-online.de/home/zimpel/ http://pi3web.sourceforge.net/ mailto:zi...@t-... ---------------------------------------------------------- David Kinsella schrieb: > Does pi3web support Oracle? > > __________________________________________________ > Yahoo! Plus > For a better Internet experience > http://www.yahoo.co.uk/btoffer > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Pi3web-users mailing list > Pi3...@li... > https://lists.sourceforge.net/lists/listinfo/pi3web-users > |