Do an request to an registered worker process on the IPC pool.
Signature
request(Integer pid, String name, Mixed args) : void
Parameters
- pid
- Process-Id of the worker to remove
- Type: Integer
- name
- Name of the method
- Type: String
- args
- Argument(s) to pass to the method, Objects are prefered
- Type: Mixed