[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PushPOP TCP/IP



PureBytes Links

Trading Reference Links

On Thu, 11 Jul 2002, Robert Linders wrote:

> Dear List,
> Right now PushPOP allows TS2000/TS6 to communicate with the "outside world"
> by using DDE commands (DDE Execute to be specific).
> 
> I would like to add a module that allows it to communicate using TCP/IP !
> What I am looking for is a simple tool that could implement this easily
> (easy does it!).
> 
> Does anybody have a suggestion?

To have a client and server such that the client can send requests for data
to the server, and the server actually stores the data? I did that early on
with the dll's and used gdbm to store the data on disk at the server.

Mike