Home  >  Q&A  >  body text

linux - Language standard library and its dependencies

The socket library is part of the Ruby standard library. Similar to libraries such as openssl, zlib and curses, the socket library has a thin binding relationship with the C language library it depends on. The socket library has been stable in multiple Ruby releases.

[Add]Jesse Storimer. TCP Sockets Programming (Turing Programming Series) (Kindle Locations 137-141). People's Posts and Telecommunications Press. Kindle Edition.

question:

What does thin binding mean here?
What is the relationship between the socket library of high-level languages ​​and the socket of the operating system?

世界只因有你世界只因有你2713 days ago527

reply all(1)I'll reply

  • 为情所困

    为情所困2017-05-16 13:35:58

    "Thin package".

    The socket library of high-level languages ​​calls the socket interface of the operating system (through the C library or directly).

    reply
    0
  • Cancelreply