Menu

UDT Scalability

Anonymous
2009-09-22
2013-01-28
  • Anonymous

    Anonymous - 2009-09-22

    Hi,

    I notice that the UDT select method doesn't use a system call, but rather uses pthread timers.  How well does UDT scale with the number of socket connections?  Can it handle thousands of socket connections?

    Thanks!

     
  • Yunhong Gu

    Yunhong Gu - 2009-09-22

    It should be OK to support thousands level of sockets on a PC. UDT does not use the system select because the UDT sockets work at user space and system calls cannot tell what happens to a UDT socket.

     
  • Anonymous

    Anonymous - 2009-09-24

    Thanks. That is good to know.

     

Log in to post a comment.