Home > > Seminar by Sathya Perri

Seminar by Sathya Perri

Seminar by Sathya Perri

Addressing concurrency issues in Multicore Systems: Software Transactional Memory Systems

Sathya Perri
IIT Patna

    Date:    Friday, April 13th, 2012
    Time:    5 PM
    Venue:   CS101.

Abstract:

Over the last few decades, much of the gain in software performance can be attributed to increases in CPU clock frequencies. However around 2004, 50 years of exponential improvement in the performance of sequential computers ended. Industry's response to these changes was to introduce single-chip, parallel computers, variously known as "chip multiprocessors," "multicore," or "manycore" computers. In order to get a continued speedup on these processors, applications need to be able to harness the parallelism of the underlying hardware. This is commonly achieved using multi-threading. Yet writing correct and scalable multi-threaded programs is far from trivial. In multi-threaded programs sets of semantically related actions may need to execute in mutual exclusion to avoid semantic inconsistencies.

Traditionally, multi-threaded programs were developed in conjunction with locks to address these issues. But programming with locks has many disadvantages such as deadlocks, priority inversion etc. and makes it difficult to build scalable software systems. Importantly, lock based software components are difficult to compose i.e. build larger software systems using simpler software components. In recent years, Software Transactional Memory (STM) has garnered significant interest as an elegant alternative for developing concurrent code. Software transactions address many of the shortcomings of lock based systems. Multi-threaded programs used with STMs address many of these challenges. In this talk, I will give an overview of of Software Transactional Memory and the describe its current state of research.

About the speaker

Sathya Peri received Master of Computer Science and Applications in Computer Science from Madurai Kamaraj University, India in 2001. After working as a software engineer at HCL Technologies, India for one year he joined University of Texas at Dallas as a graduate student. He obtained Masters degree and Ph.D. degree in Computer Science from the University of Texas at Dallas in 2004 and 2007 respectively under the guidance of Dr. Neeraj Mittal in 2007 in the area of monitoring distributed systems. Then he worked at INRIA, Rennes, France as a postdoc from Sept 2007 to Dec 2008 in the area of Gossip Protocols for Peer to Peer systems. From Jan 2009 to Apr 2010, he was at Memorial University working with Prof. Vidyasankar in the area of Software Transactional Memory. Currently he is an Assistant Professor in Computer Science at IIT Patna.

Back to Research-I Seminars