Skip to content

mike-guo/file_pcntl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

file_pcntl

Read File Module with multi-process, mainly to deal with big file.

Written in PHP language.

Extension needed: pcntl, posix.

System support: UNIX/Linux/MacOS, but no Windows (because Windows has no pcntl extension).

Usage: php file_pcntl.php file_path proc_num [max_mem]

For example: php file_pcntl.php test.log 4 20

Note: Memory size is calculated in B(Byte).

About

Read big file with multi-process in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages