Hello all.
I am old in Flash and completely new in FlashCom. I am just discovering
how a socket-like connection is established between the server and
flash clients so that no extra TCP requests - responses are needed.

This scenario is ideal for my current project - a live stock market
viewer, and when I say "live", I mean <100ms latency of data.
So the scenario is this:
Stock Server --> FlashCom Server --> Clients.

My question is: How do I connect a FlashCom Server with a stock server
so that I get continuous stock market feed? I know in advance that, in
case of custom ActiveX controls, a TCP socket is established between
the client and the server, and the stock data is continuously streamed.
Therefore, any solutions concerning web services or anything based on
the request-response model are inappropriate for my case.

Any help of any kind will be greatly appreciated.

George Gkionis