Hi Pikaiyuan, the DeliveryWorker can be run as a Thread or invoked synchroneously.
pikaiyuan wrote: > hi, Marcel and Michele > > Is the DeliveryWorker run as a Thread? > Is is works only in asynchronous? > (for private boolean isSyncMode = false; line66 in DeliveryManager.java > and there is no place to change value of isSyncMode.) isSyncMode is changed by the methods switchToSyncMode and switchToAsyncMode Under normal operation (that is when the callback communication to the client is OK), the delivery manager works in sync mode, otherwise in async mode. > > > pikaiyuan > [EMAIL PROTECTED] > 2003-09-16 > > > > Regards Michele
