BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Do Not Block Threads! A Blessing in Disguise or a Curse?

Do Not Block Threads! A Blessing in Disguise or a Curse?

Bookmarks
52:20

Summary

Sadek Drobi discusses how to use Futures and Iteratees to deal with blocking threads in a system with many IO calls and heavy threads.

Bio

Sadek Drobi is a software engineer specialized in bridging the gap between the problem domain and the solution domain. As a core Play developer and Play2 co-creator, he works on the design and implementation of the framework.

About the conference

Software is Changing the World. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.

Recorded at:

Aug 31, 2014

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Good Overview

    by zango zango,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    When I took the Functional Programming in Scala class, the topics introduced Futures / async etc
    but that like ... introduction of concepts.
    the clarity in paying the price is not known.
    This talks tells that there is a price to paid, but each developer would know it by his own experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT