L
Lorn
I'm undertaking wriitng a bridge application between a remote data
server API and multiple utility applications which pull and send data
to the API. The reason for a bridge is that the data server limits
connectivity to a single connection/account.
I already have the bridge->API connection functioning and now I need to
begin the multiple utilityApps->bridge connection. I have never
undertaken a task as this and I'm wondering what the best solution for
connecting these multiple apps to the bridge might be? Increasing speed
and minimizing latency is priority number one, so I don't mind doing
extra work to meet that goal.
Can anyone recommend a particular solution that I should consider?
Would a socket based approach be the best path? Thank you very much for
all input.
Lorn
server API and multiple utility applications which pull and send data
to the API. The reason for a bridge is that the data server limits
connectivity to a single connection/account.
I already have the bridge->API connection functioning and now I need to
begin the multiple utilityApps->bridge connection. I have never
undertaken a task as this and I'm wondering what the best solution for
connecting these multiple apps to the bridge might be? Increasing speed
and minimizing latency is priority number one, so I don't mind doing
extra work to meet that goal.
Can anyone recommend a particular solution that I should consider?
Would a socket based approach be the best path? Thank you very much for
all input.
Lorn