On Saturday, May 4, 2013 1:12:39 PM UTC-4, David Heller wrote:
>
https://github.com/dmheller/gtcm_gnp_client
>
>
>
> See README.md
>
>
>
> This is a MUCH improved version from my previous releases. Examples on how to use these phpclasses is included in test_client.php Throughput is less then expected at about 700 reads/sec probably due to the overhead of decoding and encoding the data sent over tcp plus the necessary handshaking involved.
>
>
>
> Dave
>
>
Update:
I removed the debug code to improve performance, reads are now at about 2200 reads/sec. With a 2 core processor the total throughput is increased by a factor of 2 with two processes accessing the gtcm_gnp_server at the same time.
Dave