Skip to content

Multi-threaded searching an array, and printing logs with Log4J

Notifications You must be signed in to change notification settings

shimisa/Multi-Search-And-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Search-And-Log

Multi-threaded searching an array, and printing logs with Log4J

Divides an Array into sections according to the maximun number of threads have been allocated for the task. All the threads search for a givven number in parallel, each thread in his own section. If founded - Returns the index of the number in the array.

Along the way, the system uses the log4J framework for printing out logs and document them into a file - MyLogs.log

About

Multi-threaded searching an array, and printing logs with Log4J

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages