I am trying to solve problem with my Webware application. It's
behavior is strange. It works quite good.... but sometime it hangs for
several seconds and I do not why. I changed max. nr of concurent
servlets from 20 to 100 but I can see no difference. It happens from
time to time. It is confusing.

I am using Webware CVS and Cheetah as template system. I even switched
off Cheetah own #cache command.

I get *two kinds of errors* (mailed from WebKit warning system).

The first, I get syntax errors from __CheetahTemplateXXXX files. But
it is no my fault. It seems, that those files are created badly
and their content is mangled with nonsense values. E.g.

"Mon Oct  6 12:25:44
2003","index.py","/opt/modules/code/index.py","exceptions.SyntaxError",
"invalid syntax (__CheetahTemp_2003100612254467271.py, line 1)",
"/opt/WebwareCVS20030925/WebKit/ErrorMsgs/Error-index.py-2003-10-06-12-25-44-35207.html"

import os.pathort os ## <- IT IS A NONSENSE. I did not wrote it!!!
import os.path
...

The second kind of errors are:
...
fp, pathname, stuff = imp.find_module(moduleName, [directory])
ImportError: No module named __CheetahTemp_2003092603152598091

It means, there is no such file at all! (Cheetah did no created it?)

I was using here Python 2.2.3, Webware CVS with mod_webkit, Apache
1.3.27, Cheetah CVS.

-- 
JZ ICQ:6712522



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to