in reply to CGI send data to client
It is not clear HOW you want data sent to client2.
If client2 runs a we browser, and expects data via CGI, then we are talking about a "chat" type application, and you need to consider ajax type async communication.
If client2 accepts data via a socket (possibly UDP), then the CGI script could potentially just dump it there.
Then , there are FIFO or memory-file or message-queue type options for other situations.
A little more clarity could get you better guidance.
Memory fault -- brain fried
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI send data to client
by Anonymous Monk on Dec 08, 2018 at 10:35 UTC |