Hello,
I sometimes have strange python (/jython... I will probably refer to it as
python though...) variable issues - e.g., it values from one variable end
up in another variable for whatever reason, or a class somehow gets messed
up and Python complains that an instance of class X does not have attribute
Y when I know for a fact that it does :)
This happens *much* more frequently when many jobs are running (10 or
more... large jobs; if they all completed, they would generate over 100,000
user logs, not sure how many non-user logs, use around 20 XML files that
can have up to 4000 lines in them, etc).
I'm working through possible variable scope issues... question is: is there
a possibility that the python variables/scope/maybe shared memory is
getting mixed up or leaked amongst the many running jobs?
Not necessarily saying this is happening but asking if it is possible while
I explore various reasons it may be happening... :)
It also seems to happen more frequently when multiple jobs are running
through the same XML sections (and thus the same python/jython scripting)
at the same time...
Thanks!
Paul
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users