Home > Back-end >  Consult everybody bosses a multi-threaded
Consult everybody bosses a multi-threaded

Time:10-02

Java development of our project, and now want to get data from big data platform for real-time and large data divided over there a few storage area, let's read, we're here ready to a server using multithreading, an area on a thread to read, so there is a problem, once one of the thread is blocked, how to ensure the normal order of the other threads can perform the task

CodePudding user response:

Should not affect each other

CodePudding user response:

If there is no dependency between each other, read operation does not block

CodePudding user response:

Ok, thank you for your brothers
  • Related