1. I think this problem (critical section) was handled by databases (like MySQL). Because that databases can use at multiple user/multiple access/concurence
2. Yeah, Pietro right. Like my modem. It has 2 serial port emulated usb (but only 1 modem connected, you know). If I use COM1, it didnt support async, If i use COM2, it can support async, but it often crash/ error, (unknown response). I think I use COM1 with InboundPollingThread. Yeah,not all modem support async mode. Sory about my bad bad english. On Dec 19 2009, 6:02 pm, Peogrammer Base <[email protected]> wrote: > i have any question about SMSServer. > > 1)**Critical section** on the *DataBase* > > when two or three threads(InboundPollingThread and > OutboundPollingThread) is running to SMSServer APP , is not case the > **critical section** on the *DataBase* ? > beacuse the two theard concurrent running and using Database. > > 2)do this work same > why define the InboundPollingThread when the class InboundNotification > that work the same. > > 3) **Access** Database > > if i convert tables to Access table ,SMSServer work well with Databese? -- You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/smslib?hl=en.
