parallel 2014

Softwarekonferenz für Parallel Programming,
Concurrency und Multicore-Systeme - Karlsruhe, IHK, 5.-7. Mai 2014

Softwarekonferenz für Parallel Programming,
Concurrency und Multicore-Systeme
Karlsruhe, IHK, 5.-7. Mai 2014

parallel 2014 » Agenda »

// Concurrent programming in Samba

Samba is a free file- and print Server for the Microsoft SMB protocol. It is one of the older still active free software projects. Samba started out well before multi-threading became popular and has a classic single-threaded, multi-process architecture. To handle concurrency requirements from the SMB protocol family, Samba has developed the tevent library. With the tevent library, it becomes easily possible to define asynchronous computations using plain C. This talk will introduce tevent and show typical use cases.

// Referent

// Volker Lendecke Volker Lendecke

is member of the international Samba Team and Co-Founder of SerNet GmbH in Göttingen, Germany