-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixing up multi threading with async io #315
Comments
Hey @TwistingTwists, thanks for the talk proposal. Please add a link to your slides in the original comment. Thanks! |
done ;) |
The gist looks good enough for a lightning talk IMO @agriyakhetarpal. If possible, you may talk about the overheads for both the strategies (ex. ProcessPoolExecutor might have to write and read back from a Process Control Block) for different scenarios @TwistingTwists. TBF I don't see any mention of I'd personally like to know more about this - and would appreciate it if you could update the gist and maybe upgrade to proper slides (Google Slides, Slides.com, whatever works for you). |
I agree with @Animesh-Ghosh – the content should be alright for our audience, but going the extra mile with a small demo would be great. I'd love to hear such a talk as well. I think we can accept this as a lightning talk for today (apologies for the short notice!), and if you wish to, we can have a longer, thirty-minute session in January. |
Also, yes – if you can, please bring some slides! |
Title
Multithreading in python and async io
Describe your Talk
When working with async io, what happens if you have sync function that needs to be run in the async event loop?
Pre-requisites & reading material
Basics of async io and os threads.
Time required for the talk
20 min
Link to slides/demos
https://gist.github.com/TwistingTwists/b4d2ce7b4cab00b3f94f3829893777dc
Initial running slides. Polished version to come.
About you
Software developer with 5+ years of experience.
Availability
21/12/2024
Any comments
No response
The text was updated successfully, but these errors were encountered: