Home
About Me
Programming
API Pack
CGI Applications
Isapi Extensions
Programming Forum
Products
Home Ftp Server
Home Web Server
Revision Management
Simple Backup Tool
Time Sync
More Tools..
Support Forum
Pi Test
PiTest Forum
Miscellaneous
General Forum
Chat/Shout box
Upload File(s)
Browse Files
Progr.: 29.7.2008 18:24:20
Support: 21.8.2008 10:02:22
Pi Forum: 24.6.2008 11:12:34
Misc.: 11.7.2008 12:02:24
|
ISAPI Applications
I'll be collecting here ISAPI.dll applications to run with Home Web Server for example.
Most of these is or has been in use on some of the pages that I've created or done
on request by someone using the Home Web Server They all include delphi source
code to see the actual functionality begind and to allow modifying the applications
for your own needs.
Isapi.dll extensions are loaded on the server normally to maintan some frequently tasks;
these could be for example forums that are execetuted lots of param by lots of people.
Because isapi extensions are loaded normally only once in web server session, using this
type application for forums, prevent need to load the forum messages database on every
execution of any client. Isapi.dll is normally unload only on server shutdown. Unlike
Isapi.dll extensions, CGI applications is executed as whole on run (also unloaded) and
could be much usefull for smaller more rarely used tasks.
Example for Delphi
Really simple example for Delphi. This might be good place to start building your
own isapi extension with Delphi, should be quite easy to understand once you open
this into your environment.
Forum
Simple, easy to setup, Isapi_Forum.dll to use freely on your web pages. Easy to setup doesn't
mean that it's totally not customizable. There's instructions available on shared/documents
folder that makes setting up this on your own site very easy.
| Updated | 24.6.2008 22:15:38 |
|
first revision, bases on the cgi forum
|
| File | isapi Forum.zip |
| Size | 455,85 KB |
|