RE: [Webware-devel] A few questions

2002-01-10 Thread Russell Blank
Jay, I have not been able to identify why wkcgi.exe hangs. Here are the steps to reproduce the problem: Do not start the ThreadedAppServer. Make a request to wkcgi.exe Browser will hang Check task manager and you will see the process for wkcgi.exe peaking cpu usage Process does not die Besides

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread Geoffrey Talvola
At 01:50 PM 1/10/02 -0500, [EMAIL PROTECTED] wrote: >I thought that the ISAPI leak was fixed? > >I cannot remember. I don't think so. There were some fixes to wkcgi.exe recently, but I don't remember seeing anything related to ISAPI. >Looking at the code, the application IP and port # seem to

RE: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread Love, Jay
OK. I thought I had changed the ISAPI module to use an external file like wkcgi. Maybe I didn't finish it. As far as the memory leak, I haven't found it and I don't think anypone else has worked on that code except me. I'll send you a recompiled ISAPI. Just let me know if it leaks. It does w

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread aaron
I thought that the ISAPI leak was fixed? I cannot remember. Looking at the code, the application IP and port # seem to be hard coded into the .dll The wkcgi.exe uses an external file, but the dll seems to want to find the application on localhost at port 8086. I need it to open a socket to th

RE: [Webware-devel] encrypted modules

2002-01-10 Thread Love, Jay
Yeah, I would just use one of the standard python encrypt modules to encrypt the raw source file, then we you load it, decrypt it. Not sure why it needs to be in a module though. There are a number of encryption modules out there, including the standard rotor module. Jay > -Original Message

RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread Love, Jay
Well, I'm not sure what you mean by a target IP. Also, the ISAPI leaks memory (right?) and isn't completely stabilised. I'm not sure I understand your request. Jay > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 2002 10:49 AM > T

[Webware-devel] encrypted modules

2002-01-10 Thread aaron
On a current project I put the application server inside the firewall since there is a config.py text file in it that contains username/password information for the database server. I heard about python being able to encrypt a module and then load it, has anyone tried that? It would be an int

[Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread aaron
Could anyone please compile the isapi dll with a target ip of 192.168.2.40:8086 ? I am using the .exe but it takes too long to punch through the firewall to hit the app server each time. Thanks, -Aaron Held [EMAIL PROTECTED] ___ Webware-devel maili