Removed the comments about not needing to block on select() , after remembering that...
authorArt Cancro <ajc@citadel.org>
Sat, 25 Jun 2022 17:25:32 +0000 (13:25 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 25 Jun 2022 17:25:32 +0000 (13:25 -0400)
commit92eb4deff87a596773dbdbe530be7aaafee01514
tree108aa358e0a2c751200d69a5d9f82be5a42148a1
parentfb15a9633fa9bf037af868273986accac6715963
Removed the comments about not needing to block on select() , after remembering that even though the thundering herd problem no longer exists, we still have to deal with timer events and incoming data on client sockets.  select() is still appropriate here.
citadel/server/sysdep.c