In our previous episode, Michael Van Canneyt said: > > Am I wrong thinking, that using "proxy FCGI" projects are a lot easier to > > manage, anyway, as here you can use normal debugging means (e.g. Lazarus) ? > > Not really.
> On windows they must be service programs, which are an > absolute horror to debug. Stability wise it is best, but depending on technology this is not a hard _must_. The ISAPI framework that I once used allowed the main application to be both app and service, and for debugging purposes one used the application form. The ISAPI dll was a simple URL decoder that then passed the url on to the right app via ipc. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal