[BangPypers] Help needed on reviewing my presentation for pycon.

Noufal Ibrahim noufal at gmail.com
Sat Jun 26 16:55:23 CEST 2010


On Sat, Jun 26, 2010 at 8:12 PM, Shiv Shankar <fslash8 at gmail.com> wrote:
> Guys,
>
> The below mentioned is an overview of the contents included in the
> presentation I would like to present in this years pycon. Could you guys
> please look through it and let me know if you will get benefited from such a
> presentation. Also your suggestions and thoughts on it.

It definitely looks interesting. Here are some of my (rather vague)
thoughts on the subject and the presentation.

I haven't done anything massively concurrent so I can't offer many
comments however, these are some things that linger in my head.
 - Can you really take advantage of multiple cores using a event
driven framework. Will it fall behind a threaded system when multiple
cores are available?
 - Issues with debugging/maintainability. Event driven code is quite
different from the usual beasts out there.
 - Are there genuine advantages to event driven code or is it just the
"current trend"? This talk which I saw around a year ago suggests that
event driven is not *that* great - http://carlfk.blip.tv/file/2232349

Also, I feel that the talk is torn between "event driven vs. threaded
(the comparisons)" and "Using a threaded framework - twisted (the
example)". I think the talk would be more fun if you decided on one of
these and focussed purely on that.



-- 
~noufal
http://nibrahim.net.in


More information about the BangPypers mailing list