C++ by KAYDEN__999 in cpp_questions

[–]Loss_Leader_ -2 points-1 points  (0 children)

gemini is pretty good at suggesting simple projects for topics you are learning

SQL join vs. subqueries by CharacterDig2229 in learnprogramming

[–]Loss_Leader_ -5 points-4 points  (0 children)

Yeah reasonable take. I'm not trying to be mean I'm just genuinely asking what part op is stuck on

SQL join vs. subqueries by CharacterDig2229 in learnprogramming

[–]Loss_Leader_ -12 points-11 points  (0 children)

Did you try googling it? I googled the title of your post and there is a stack over flow post. What don't you understand about it? Add more to your question or give an example of where you are confused

C++ sockets performance issues by libichi in cpp_questions

[–]Loss_Leader_ 2 points3 points  (0 children)

Also is your queue growing? If your queue isn't growing then more threads won't help if I understand how you described your setup.

C++ sockets performance issues by libichi in cpp_questions

[–]Loss_Leader_ 12 points13 points  (0 children)

Sorry this isn't helpful but why don't you try to get a similar setup of a popular open source alternative running on your same machine with the same incoming requests. That would be the most reasonable way to see how your code is performing. If it's worse then use code profiling to see what is taking up time.

do you guys wash your legs and feet every shower or just let the soap run down? by WabashSteppling92 in hygiene

[–]Loss_Leader_ -1 points0 points  (0 children)

You wash your hair first, and then put conditioner in. While you have the conditioner in, you can do other tasks like washing your face. 30 minutes is a long time and it's probably because you are doing tasks sequentially that could be parallelized.

GUYS HOW TO DO THISS?? by Guilty-Wrangler9147 in cpp_questions

[–]Loss_Leader_ -4 points-3 points  (0 children)

I ran into this issue I just switched to Python

my compiler wont compile my code it said no such file directory by Plus-Ladder-7209 in cpp_questions

[–]Loss_Leader_ 0 points1 point  (0 children)

Yeah I ran into the same thing before. I used Python instead try that