Hi Anthony, On 4/11/06, Anthony Bigbee <[EMAIL PROTECTED]> wrote: > > Have submitted 2 trackers on logging and engine not detecting config file > changes per your request.
Thanks a lot, I've just sorted them. > A couple more questions: > > 1. How are pyya-apre agents executed in the Python interpreter process? > Are they 'threaded', or acted on sequentially ? Python automatic participants each execute in their own 'usage thread' (one per AP invocation), which is a python classical thread. > Same questions for the java apre. Are java apre agents executed all in one > JVM or separate JVM instances? I'm trying to figure out whether it makes > more sense, in a cpu load and concurrency sense, to use pyya-apre or the > java apre, all other things being equal. IIRC, I'm using Java 1.4 selectors for java Automatic Participants. Maybe this thread might interest you : http://sourceforge.net/forum/forum.php?thread_id=1478792&forum_id=181920 > 2. When I run bin/do-purge.sh, I notice hundreds (if not thousands) or > items being deleted that have to do with the test cron service. 2 examples: > > (...) > > Why are these accumulating? Do they have any impact on the runtime speed > of the engine if the engine runs for a long period time, say a month? I'm > also wondering about storage space. This is linked to this bug : http://sourceforge.net/tracker/index.php?func=detail&aid=1438553&group_id=54621&atid=474244 It's on the list I wish to fix for 1.7.0, but I've been very busy on paying (for food) projects lately. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
