iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Chameleon Networking Components > Running the LLP Components in Linux/Unix |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Internally, the LLP components have a very different architecture from their Windows implementation on Linux and Unix. Rather than using the standard Windows message loop to dispatch networking events, the LLP components make use of the POSIX ::select call to poll for networking events. This means that every application using the LLP components under Linux and Unix will need to be written as if it were a console or service program. For more information, see Running the LLP Components in a Windows Service. |