Synchronous vs. asynchronous I/O

There is specific overhead involved in doing asynchronous I/O, including the time of handling response mailboxes on INtime‘s side and developing logic and code managing concurrency on application‘s side.
Our recommandation is to use synchronous mode for everything.