OccultKingdoms
BANNED
- Mar 11, 2013
- 5,542
- 9,750
As a C# finifugal I need help regarding C++.
I ate a little blubber off my plate and now gained some cheese energy to start a multi-threaded program, hence this gobbledygook.
Two programs:
- One for posting web requests on low security website, about 1000 threads.
- Second for tracking posts and their stats throughout days with history. Basically massive testing and finding patterns in acquired data if there are any.
Now the help is needed regarding multi-threading.
When I did that in C# it became an absolute ramshackle.
I'm not very wishy-washy when it comes to writing in C++ as I know there are rewards awaiting since this is a powerful lingua.
I won't learn anything, just write. If I learn anything, it will be purely coincidental and out of necessity to keep my focus on having it all done by monday.
Just need to run multi-threaded app that doesn't burn my CPU and other parts.
In other words: how to maintain 1000+ threads sending web requests maintaining performance and such? Any good examples for black hat?
I want to avoid some while (true) mess.
I ate a little blubber off my plate and now gained some cheese energy to start a multi-threaded program, hence this gobbledygook.
Two programs:
- One for posting web requests on low security website, about 1000 threads.
- Second for tracking posts and their stats throughout days with history. Basically massive testing and finding patterns in acquired data if there are any.
Now the help is needed regarding multi-threading.
When I did that in C# it became an absolute ramshackle.
I'm not very wishy-washy when it comes to writing in C++ as I know there are rewards awaiting since this is a powerful lingua.
I won't learn anything, just write. If I learn anything, it will be purely coincidental and out of necessity to keep my focus on having it all done by monday.
Just need to run multi-threaded app that doesn't burn my CPU and other parts.
In other words: how to maintain 1000+ threads sending web requests maintaining performance and such? Any good examples for black hat?
I want to avoid some while (true) mess.
Last edited: