To CCK El Khawarizmi
Good day I am Wadï Mami, a computer engineer (ENSI class of 2000). I'm sharing my idea for sequencing all data ( example DNA and so whatever) in the shortest possible time. The idea is to use the Java Spring Batch framework to sequence a portion of the database table Data , then run multiple instances of this program in parallel to sequence the entire Database table ( see picture above). This concept can be used in parallel computing across various fields, such as mathematics and physics pushing parallel computing to the limits. To break through the limitation of 20 parallel executions in Spring Batch 2.0, you must modify your XML or Java configuration to override the framework's internal multi-threading defaults and resource pools. Now Spring Batch 6 eliminates previous parallel processing limitations by introducing a completely rewritten chunk-oriented concurrency model based on a bounded producer-consumer pattern. Here I will speak about one node ...