User Tools

Site Tools


tanszek:oktatas:iss_t:integration_based_on_tcp_ip_sockets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tanszek:oktatas:iss_t:integration_based_on_tcp_ip_sockets [2024/02/25 15:42] – [Non-blocking loop] kneheztanszek:oktatas:iss_t:integration_based_on_tcp_ip_sockets [2024/02/25 15:43] (current) – [Blocking and non-blocking TCP sockets in Java] knehez
Line 45: Line 45:
 **Performance and Scalability**: Non-blocking sockets can lead to more efficient and scalable applications. A single process or thread can manage multiple socket connections without spawning new threads or processes for each connection, using system resources better and enabling the server to handle many connections concurrently. **Performance and Scalability**: Non-blocking sockets can lead to more efficient and scalable applications. A single process or thread can manage multiple socket connections without spawning new threads or processes for each connection, using system resources better and enabling the server to handle many connections concurrently.
  
-Reading: +Reading (Java implementations)
  
   * http://tutorials.jenkov.com/java-nio/nio-vs-io.html   * http://tutorials.jenkov.com/java-nio/nio-vs-io.html
tanszek/oktatas/iss_t/integration_based_on_tcp_ip_sockets.1708875747.txt.gz · Last modified: 2024/02/25 15:42 by knehez