At 20:24 Uhr -0700 10.11.1999, [EMAIL PROTECTED] wrote:
>I want to be able to communicate between two stacks over a network.
>The only way I could think of is to allow both computers to allow
>sharing of there c drives and write access as well. Then create files
>on each others c drive for the MetaCard program to read and delete.
>
>This was a rather slow way, and I need a much easier and faster
>way. Sorry if this has been addressed before

With version 2.3 coming you can also use the socket commands to 
establish a real tcp/ip communication. This is not trivial to 
implement, but if you are after it, you should be able to learn how 
to do this, or you could use the httpd (i.e. the http server) stack 
on one side and the good old url syntax on the other side. You'd 
still have to go into the httpd stack... and when you have done that, 
you'll propably see how easy and useful it is to create your own 
protocols.

Regards
   Rüdiger
--------------------------------------------------------------------
| Ruediger zu Dohna   GINIT GmbH   0721-96681-63    [EMAIL PROTECTED] |
| PGP-Fingerprint: F1 BF 9D 95 57 26 48 42 FE F8 E8 02 41 1A EE 3E |
--------------------------------------------------------------------

Reply via email to