Do I need to use the event gateways of does CF offer another way
of setting up socket communication ?
I would say, yes, use the socket gateway that ships with
Coldfusion. However, it has a functionality I cannot really
understand. If you are a client setting up a socket to connect to
the gateway, the gateway expects your code to have, beforehand, a
value for the variable
originatorID. Yet,
originatorID is a large, unique integer that the gateway
code generates when you connect. That seems to me to be a
chicken-and-egg dilemma.