okies, will give it a shot tonite when traffic is minimal :) Any comments on the architecture I am using for the client server communication, is it a good design to have tomcat act as http interface(backed by client connectors) and socket server accepting http requests from client to fire smpp sms sending requests
On Mon, Sep 20, 2010 at 7:36 PM, Emmanuel Lécharny <[email protected]>wrote: > On 9/20/10 3:39 PM, Kumar Abhishek wrote: > >> On Mon, Sep 20, 2010 at 7:12 PM, Emmanuel Lecharny<[email protected] >> >wrote: >> >> On 9/20/10 3:02 PM, Kumar Abhishek wrote: >>> >>> 2 CPUs of the following configuration(Intel Dual Core XEON Processor 3.3 >>>> Ghz >>>> ) >>>> >>>> Using thread dump on tomcat java process is a bit risky for us as it >>>> will >>>> bring down all our web services. >>>> >>>> Kill -3 bringing down services ??? How possible ? >>> >>> yes because java of tomcat is running in background >> > > Should not harm. It just get a thread dump, it does nothing else, AFAIK... > > Which Java version are you using ? > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
