Previous PageTable Of ContentsHomeIndexNext Page


3.2. Synchronous Model

The Synchronous model is the least complex programming model. Typically, you can use this model to write code for a voice-processing device, then simply create a thread for each Dialogic device that needs to run this code. You do not need event-driven state machine processing because each Dialogic function runs uninterrupted to completion.

Choose the Synchronous model when you are programming an application that has:

The following example code shows a typical use of the Synchronous Programming model.


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2001, Dialogic Corporation
All rights reserved
This page generated January, 2001