Search Results

Search: Posts Made By: rstnsrr
Forum: IP Networking 08-26-2013
1,649
Posted By joeyg
Attachment?
Not sure what your attachment is, but I know many WILL NOT open an attachment to look at a problem.
1) Lots of extra steps
2) Security issues
Forum: Programming 07-10-2013
11,316
Posted By DGPickett
Yes, a master thread could pull packets from the...
Yes, a master thread could pull packets from the socket and put them on one of N queues in rotation, for N threads to process. All N threads can access the same structured container, and can exploit...
Forum: Programming 07-04-2013
11,316
Posted By Corona688
Threads are not precisely a 'go faster' setting...
Threads are not precisely a 'go faster' setting for your computer. You may be able to hand data off to a thread, but if the thread cannot keep up -- then what? You need to think of a strategy, not...
Forum: Programming 06-28-2013
11,316
Posted By DGPickett
Yes, but off to a bad start, never use a dynamic...
Yes, but off to a bad start, never use a dynamic command like printf() in a tight loop when fputs() is what you want. Man Page for fputs (all Section 3) - The UNIX and Linux Forums...
Forum: Programming 06-28-2013
11,316
Posted By Corona688
All the code you snipped out, all your processing...
All the code you snipped out, all your processing code, is probably important to how well your processing code performs!

Setting up a thread or forking a subprocess to handle this may help...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy