RE: [U2] UVRPC API question

2009-04-03 Thread Tony G
The topic of language bindings comes up frequently, ie "how do I connect to DBMS X from language Y?". I've written a paper, not published yet, discussing an open language binding specification called mvEsperanto. It's a common client-side API for any language whether PHP, Java, Perl, .NET, Ruby,

RE: [U2] UVRPC API question

2009-04-03 Thread Brian Leach
I've asked IBM to consider publishing this on several occasions. I was wanting to create a client in PHP using their socket library. I did get as far as tracing the network packets for a UniObjects connection, and it looks like someone with time to spare (ie. not me!) could work out the protoco

RE: [U2] UVRPC API question

2009-04-02 Thread Tony G
> From: doug chanco > on aix 5.2/ uv 10.2.x is it possible to directly talk > to the uvrpc without using uniobjects (ie. via a > direct socket call). If this is possible can anyone > share how they did it (ie what did you send/receive) > or any special things you had to do to get it to work.

[U2] UVRPC API question

2009-04-02 Thread doug chanco
Hey all, on aix 5.2/ uv 10.2.x is it possible to directly talk to the uvrpc without using uniobjects (ie. via a direct socket call). If this is possible can anyone share how they did it (ie what did you send/receive) or any special things you had to do to get it to work. thanks in advanc