lukebeer / broadworks-ocip

PHP Framework for interacting with the Broadworks OCI Provisioning API
GNU General Public License v2.0
26 stars 15 forks source link

Add tcp/ip socket driver to OCS port 2208 instead of SOAP encapsulation #1

Closed lukebeer closed 9 years ago

lukebeer commented 9 years ago

Currently commands are encapsulated in SOAP envelopes and sent over HTTP, one connection per request.

This enhancement provides a driver that creates a streaming tcp/ip socket to allow multiple commands sent over the same connection thus increasing performance when many hundred or thousand requests are required.

This should dramatically speed up the time taken for mass data crawling such as enterprise reports or user provisioning.

lukebeer commented 9 years ago

Added in version 2.