Can you give more detail!!!!thanks.
the following is my way to do it:
1 define a class to start several thread
package a.b.c.d;
public class StartService
{
private int...
Type: Posts; User: byronlilu; Keyword(s):
Can you give more detail!!!!thanks.
the following is my way to do it:
1 define a class to start several thread
package a.b.c.d;
public class StartService
{
private int...
hi,
I wanna start a thead when I start up tomcat where I deploy a web service based on spring (version 1.2.8), this thread is used to receive alarm or notification over tcp from other PC. when a...