Is there an ISAPI interface for Python?
Costas Menico
costas at springmail.com
Tue Feb 20 07:41:33 EST 2001
More information about the Python-list mailing list
Tue Feb 20 07:41:33 EST 2001
- Previous message (by thread): Is there an ISAPI interface for Python?
- Next message (by thread): Bug: Bad link in help file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
With everything Python hasy I was suprised to see that there isnt a published ISAPI for Python. I have an ISAPI that I wrote for something else. I was hoping to find a good and tested one for Python :) without having to modify mine. May I ask you a couple of questions? What method did you use to interface the ISAPI to Python? Which CGI module are you using for testing? Also can you handle multiple requests at the same time? Maybe I could modify the one I have to do this. thanks costas "Syver Enstad" <syver at NOSPAMcyberwatcher.com> wrote: >I haven't found one, but I was working on one as a little side project. It >was starting to work out OK, but then I managed to screw it up one late >evening. > >On the other hand the ASP ISAPI dll supports python, but I guess you were >talking about a custom ISAPI dll, weren't you? > >The ISAPI extension I was making was supposed to mimic Python CGI as >accurately as possible so that you could use Python CGI scripts with it >without changing the .py file. Most of the dll revolves around handling one >python interpreter per thread and setting up the environment for these to >match the CGI enironment. > >If you really need it I could see if I could get the project back on line. > >"Costas Menico" <costas at springmail.com> wrote in message >news:3a90940f.2436689 at News.CIS.DFN.DE... >> Does anyone know if there is an ISAPI interface DLL that works with >> Python? I am using IIS4.0 and Windows NT. >> >> Thanks >> > >
- Previous message (by thread): Is there an ISAPI interface for Python?
- Next message (by thread): Bug: Bad link in help file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list