/php_thread_demo

php thread demo

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

PHP进程间通信实战

Down

  1. pcntl_thread_simple.php 多进程执行发短信demo
  2. share_memory.php 共享内存的方式实现进程间通信
  3. message_queue.php 消息队列的方式实现进程间通信

Todo

  1. socket.php socket方式实现进程间通信
  2. full_duplex_pipe.php 管道的方式实现进程间通信