Skip to content
/ pCp Public

A directory copying utility that creates a new thread to copy each subdirectory/file to perform the overall task in parallel.

License

Notifications You must be signed in to change notification settings

fthkoc/pCp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pCp - A directory copying utility

A directory copying utility that creates a new thread to copy each subdirectory/file to perform the overall task in parallel. Includes a worker thread pool implementation (pthread) for producer-consumer problem, and a buffer implementation by using circular array as a synchronization point.

Usage: : pCp [NumberOfConsumers] [BufferSize] [SourceDirectory] [DestinationDirectory]

About

A directory copying utility that creates a new thread to copy each subdirectory/file to perform the overall task in parallel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published