Hi All, I am developing a web application which is going to receive and send millions of sms's . I am using Kannel (www.kannel.org) as my SMS gateway server. Now kannel server recognizes each sms and i have configured it to send recived SMS to my web application .
Firstly was using the struts action class for receiving the SMS i.e. Kannel sends it to URL i specify in kannel configuration . But then i thought it may have serious performance penalty as struts action is using single thread model (AFAIK). So i decide to shift to servlet based application ,is it a good idea ? I am double minded ,can anybody help me out . Regards , Jasdeep -- View this message in context: http://www.nabble.com/Handling-requests-through-servlets-vs-struts-action-class---tf3781482.html#a10694173 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]