linux - Language standard library and its dependencies
世界只因有你
世界只因有你 2017-05-16 13:33:58
0
1
544

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?

世界只因有你
世界只因有你

reply all(1)
为情所困

"Thin package".

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!