Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Release of Gtcm_Gnp_Client for PHP Available

68 views
Skip to first unread message

David Heller

unread,
May 4, 2013, 1:12:39 PM5/4/13
to


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

I will no longer be maintaining this project at its old location:

http://sourceforge.net/projects/gtcmclient/


Attila Csikai

unread,
May 8, 2013, 6:21:58 AM5/8/13
to
Hi Dave,


I wonder why do you migrate from sourceforge to github.

Thank you
Attila

David Heller

unread,
May 8, 2013, 8:00:03 AM5/8/13
to
Its easier to roll out updates.

David Heller

unread,
May 9, 2013, 5:13:29 PM5/9/13
to
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
0 new messages