> -----Original Message-----
> From: Achim Domma (ProCoders) [mailto:domma@...]
> Sent: Saturday, May 03, 2003 11:20 AM
> To: Webware discuss
> Subject: [Webware-discuss] Status of ISAPI Dll for IIS
>
>
> Hi,
>
> can somebody give me some more details about the ISAPI filter
> for IIS? The
> docu only says:
>
> "It currently has some memory leaks and is not well tested.
> It is looking
> for a maintainer. There's no documentation for it, and you
> must compile it
> yourself."
>
> I would be interested in getting it to work (without memory leaks), if
> somebody could point me to the right direction. Is there any
> docu on how to
> communicate with the webware appserver? I'm a C++ developer
> and have written
> ISAPI extensions before, but the code is not easy to
> understand, if you
> don't know what's going on at all.
The best way to learn is to look at the Python adapter code. See
WebKit/Adapters/Adapter.py. It should be pretty clear, at least a lot
clearer than the C adapter code.
- Geoff
|