At 11:22 AM 10/2/2001 -0400, Jeff Johnson wrote: > > I see a Servlet.name() in my WebKit/Servlet.py. Do you have > > it as well? > >Yep, I see it. > > > If so, then their might be a bug in either NamedValueAccess > > or WebKit's logging code. > > -Chuck > >Sounds like. Is anyone logging activity without this warning?
I just turned my logging on and it works fine. The servlet.name column is correct and no warnings are printed. I'm using Webware CVS, Apache 1.3.x, WinME. What version of Webware are you using? If CVS, make sure you do a "cvs up -dP" in Webware/, not WebKit/, as NamedValueAccess resides outside of WebKit. >I'll take a closer look at this after I track down a real bad problem >I've got on FreeBSD, maybe someone has an idea: When we close the >terminal that started webkit either in background or as a daemon, if the >servlet prints a lot of text to the stdout, the servlet hangs. If I >remove the print statements, it works fine. I'm writing a test script >now... This might be related to the other strange FreeBSD problem where >I have to print to stdout before the threads will shutdown sockets >cleanly. > >I'm hoping this is a Webware problem so we can fix it but I suspect >there is something wrong in FreeBSD/Python which may be much much harder >to find and fix :( I suspect you are correct. However, do you need a lot stdout output? I use this for debugging and of course, if you close the terminal you won't see this text anyway. Also, do you need to close the terminal? Why not leave it up? -Chuck _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
