• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multithreading to process Tables

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
• Extensive use of Collection Framework features like Map, Object, List to retrieve the data from Web Service, manipulate the data to incorporate Business Logic and save the data to Oracle database.
• Used Multithreading to simultaneously process tables as and when a specific user data is completed in one table

Can anyone explain how to perform multithreading here?
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

gud raj wrote:
• Used Multithreading to simultaneously process tables as and when a specific user data is completed in one table

Can anyone explain how to perform multithreading here?


It says used multithreading already right?
What explanation are you looking for?
 
Christopher Rajan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Amit Ghorpade wrote:

gud raj wrote:
• Used Multithreading to simultaneously process tables as and when a specific user data is completed in one table

Can anyone explain how to perform multithreading here?


It says used multithreading already right?
What explanation are you looking for?


Actually That is the scenario and Multithreading is performed here. So i would like to know how to do it? I mean I really need an explanation!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic