Hi Everyone, I use a file poller service. I have noticed, that it is used by multiple threads, it is a kind of thread waste in my case, since I get input files for poller relatively rare (but big ones)... Is there any way to say servicemix that I need only one working instance for this service?
I can imagine that some services need big amount of memory and running it in multiple, unpredictable thread number can cause out of memory exception. What is to do then? Synchronizing to one instance? with best regards Michal -- View this message in context: http://www.nabble.com/signle-thread-for-poller-tp16582047p16582047.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
