scispace - formally typeset
M

Mahendra Chavan

Researcher at Armed Forces Medical College

Publications -  4
Citations -  75

Mahendra Chavan is an academic researcher from Armed Forces Medical College. The author has contributed to research in topics: Program transformation & Asynchronous communication. The author has an hindex of 3, co-authored 4 publications receiving 72 citations. Previous affiliations of Mahendra Chavan include Indian Institute of Technology Bombay.

Papers
More filters
Proceedings ArticleDOI

Program transformations for asynchronous query submission

TL;DR: This paper addresses the issue of automatically transforming a program written assuming synchronous query submission, to one that exploits asynchronous query submission and builds a tool that implements the proposed transformation techniques on Java code that uses JDBC calls.
Proceedings ArticleDOI

DBridge: A program rewrite tool for set-oriented query execution

TL;DR: DBridge is presented, a novel static analysis and program transformation tool to optimize database access by performing holistic transformations, which include both program and query rewrite.
Journal ArticleDOI

Program Transformations for Asynchronous and Batched Query Submission

TL;DR: This paper addresses the issue of automatically transforming a program written assuming synchronous query submission, to one that exploits asynchronous query submission and presents a novel approach that, at runtime, can combine multiple asynchronous requests into batches, thereby achieving the benefits of batching in addition to that of asynchronous submission.
Journal ArticleDOI

Program Transformations for Asynchronous and Batched Query Submission

TL;DR: In this article, the authors address the issue of automatically transforming a program written assuming synchronous query submission, to one that exploits asynchronous query submission using data flow analysis and a set of transformation rules.