Friday, February 16, 2018

How to keep a thread running in java?

To elaborate more on this question, there are situations in your application where you have a java service which keeps on polling for something like a table and based on some condition it will invoke some business api or methods. However, to keep this thread running what techniques can be used.

 Post your replies in comments section and I will add the answer here whichever sounds more appropriate.

No comments:

Post a Comment

Calculating Server Capacity: A Comprehensive Tutorial

 In this tutorial we will explore the process of calculating server capacity. Let's get started. Understanding Server Capacity Identifyi...