Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Socket in Cache' and GT.M - difference ???

12 views
Skip to first unread message

va

unread,
Jun 24, 2009, 1:39:05 AM6/24/09
to
All hello!

At work with sockets in Cache ' the such is used
programming reception:

Log(port,tim)
If port="" Set port=1666
If tim="" Set tim=30
Set dev="|TCP|"_port
Open dev:(:port:"AS"):5
; in GT.M -> O dev:
(ZLISTEN=port_":TCP":ATTACH="listener"):tim:"SOCKET"
If '$T Quit
For Use dev Do:$T
. Job Label:(:5:dev:dev) If $ZCHILD=0 Do
; in GT.M -> ?????????????????????????????????????????????????

How to send on a label with the same parametres ?

Thanks.

0 new messages