Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running VFP 8.0 Application on the Web
Message
De
08/12/2003 09:25:48
 
 
À
07/12/2003 08:07:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00825246
Message ID:
00856809
Vues:
37
Hello Andrus

>
>So I'm looking for information how to use ISAPI in COM mode with Apache.
>

You may want to look at FastCGI.

From the spec document at http://www.fastcgi.com/devkit/doc/fcgi-spec.html
"FastCGI is an open extension to CGI that provides high performance for all Internet applications without the penalties of Web server APIs"

modules exist for apache (*nix and windows) and ISAPI Dll is available for IIS

You run handler programs on the local box or specify an external server to process requests (You can have a Windows box processing dynamic requests for a *nix web server). Communication to external programs is over an ip port with no temp files.

I have been looking at the python example from http://alldunn.com/python/fcgi.py as a starting point for a front end for WebConnection



Ken
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform