Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
12 months worth of effort and I ended up creating the first open community for learning the programming concepts using micro-content ( shorts )
https://www.reddit.com/r/programming/comments/pddnj8/12_months_worth_of_effort_and_i_ended_up_creating/

submitted by /u/microideation (https://www.reddit.com/user/microideation)
[link] (https://www.microideation.com/) [comments] (https://www.reddit.com/r/programming/comments/pddnj8/12_months_worth_of_effort_and_i_ended_up_creating/)
Attempting to make a multithread pooled server listening on multiple ports - with a threadpool for each port (instead of a single thread sequentially servicing the requests of al the ports before sending all the requests to the same threadpool)
https://www.reddit.com/r/programming/comments/pdfxaf/attempting_to_make_a_multithread_pooled_server/

submitted by /u/SusannaDeV (https://www.reddit.com/user/SusannaDeV)
[link] (https://stackoverflow.com/questions/68965132/multithreaded-pooled-server-listening-on-multiple-ports-in-java) [comments] (https://www.reddit.com/r/programming/comments/pdfxaf/attempting_to_make_a_multithread_pooled_server/)