Sunday 8 March 2020

Excel With Multi Threaded Way

Today I am talking one of my innovation Excel With Multi Thread Design.

Logical :

 Excel Workbook having sheets like s1,s2,s3 etc.
 Now assign every sheet one thread
 Now wait for join of all threads.

I am attaching my source code for download:
https://drive.google.com/open?id=1PFnLxCrwTjAizTKWpE_bXXUSqzq4IwA0



IBM WAS Context:
        A work manager is a thread pool created for Java Platform. In case if you are applying excel with multi thread design, using WAS admin console configure the workmanager. Then refer the workmanger for accessing the threads. 

Without IBM WAS workmanager applying Excel with Multithread design will give performance issue due to insufficient threads of jvm.

Refer: IBM Workmanager
https://www.ibm.com/support/knowledgecenter/SSEQTP_8.5.5/com.ibm.websphere.base.doc/asyncbns/concepts/casb_workmgr.html
      

No comments:

Post a Comment