[TransWarp] current status of twisted+PEAK sample app
Phillip J. Eby
pje at telecommunity.com
Thu Jul 10 09:15:30 EDT 2003
At 11:40 PM 7/9/03 -0700, Joel Boehland wrote:
>Hi PEAK-sters,
>I thought I'd send in what we have so far in creating a sample
>PEAK+twisted sample app. We have the quick and simple app working, but the
>cannonical zconfig enabled server isn't. I'm sure its just because I don't
>understand ZConfig very well at all, so I'm hoping someone more
>experienced will just be able to step in and see what is wrong fairly quickly.
A few quick notes:
* Your schema should have a datatype of peak.running.commands.EventDriven,
not EchoRunner
* Your EchoRunner sectiontype should *not* extend AdaptiveTask, as this
makes it require a bunch of settings that EchoRunner doesn't need and won't
accept.
* I wouldn't use the '.zcml' extension on the ZConfig file; ZCML is a
different configuration language. This won't hurt the execution any, it's
just going to confuse people.
More information about the PEAK
mailing list