zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

Add "direct call" transport #68

Open alanseiden opened 8 years ago

alanseiden commented 8 years ago

For ultimate transport performance. Python already has this. We'd call XMLSERVICE through an extension rather than through DB2. Not appropriate in all situations, but we should implement this so that the PHP tookit can remain competitive.

alanseiden commented 8 years ago

We'd use a PECL extension with Tony's help.

alanseiden commented 8 years ago

See #76

alanseiden commented 4 years ago

We will review