Am 2006-02-05 um 20:13 schrieb sk2001de:

        Do you have much experience with Twisted?

Not at all, I'm afraid. From the first looks at Twisted, it seems to be a great system for communication programming of all kinds.

It is, but you must wrap your mind around it, and that maybe hard.

Make sure you go through all the tutorials.

Forget about threads, you normally don't need them with Twisted.
(You must get used to asynchronous programming.)
The only reason to use threads with Twisted is if you must access blocking foreign code (e.g. I had to control Adobe Distiller via COM).

There's a rather good integration of Twisted and wxPython (look after threadedselectreactor, but AFAIK that's now the default reactor for wx), so I guess there won't be big problems with integration of dabo and Twisted.

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
http://www.cacert.org (I'm an assurer)



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to