iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Chameleon Networking Components > TCP/IP Application Architectures |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The approach supported by the LLP components supplied with Chameleon represents a specific TCP/IP socket architecture, which is:
By no means is this the only valid way to architect a TCP/IP server or client application. Another approach might be having a single listening thread that spawns each connection onto its own thread with blocking socket calls. This is not an approach supported by the LLP components supplied with Chameleon. If you have a requirement for such an architecture, it will be necessary to implement the LLP protocol directly using a sockets implementation native to your environment. |