Results 1 to 3 of 3
Thread: axis2 thread
- 05-22-2009, 01:34 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 4
- Rep Power
- 0
axis2 thread
Hello..
I have one small problem, I need to make web service with axis2, and that service must have background threat that do some job.
But problem is, that this treat must run on startup, when axis service is started, not on first client side request! (on init).
I need some suggestions or advice!
One of my idea is to make web application with background thread, and make SOPA interface fit JAX-WS. So, what you people suggest??
thx, on any replays..!
- 09-24-2009, 08:22 PM #2
Member
- Join Date
- Sep 2009
- Posts
- 6
- Rep Power
- 0
Do you need a SOAP client or server?
"On init"...will you be running on Linux?
Either way you need to address the threading issue associated with daemonized (backgrounded) processes. I suggest you check out:
http://bytearray.brixtonjunkies.com/2009/09/10/java-multiple-thread-controller/
for the thread control.
- 01-06-2010, 10:38 AM #3
What?! Why are you posting to ols threads?
Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x]
The Ubiquitous Newbie Tips
Similar Threads
-
Difference between Thread.yield() and Thread.sleep() methods
By Nageswara Rao Mothukuri in forum New To JavaReplies: 12Last Post: 07-30-2010, 05:37 PM -
Axis2 client to access https (self signed cert)
By rashera in forum Advanced JavaReplies: 2Last Post: 06-04-2010, 02:17 PM -
Apache Axis2 is built on Apache AXIOM, a new high performance, pull-based XML object.
By anusoniaa in forum XMLReplies: 0Last Post: 11-15-2008, 07:29 AM -
If JNI thread call the java object in another thread, it will crash.
By skaterxu in forum Advanced JavaReplies: 0Last Post: 01-28-2008, 07:02 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks