Designing Thread Safe Programs
Posted: Thu Nov 01, 2007 11:13 pm
I am in the process of writing some network based software for my own use and I thought the best way of handling it would be through a thread pool like system.
I did write something like that a while ago here:
http://www.purebasic.fr/english/viewtopic.php?t=24417
but, I am unsure how well it will withstand considering I am throwing a lot of memory buffers and pointers I was wondering what is the do's and don'ts of programming asynchronously efficiently with threads and does it matter that the end-user has a muilt-core system or not?
I did write something like that a while ago here:
http://www.purebasic.fr/english/viewtopic.php?t=24417
but, I am unsure how well it will withstand considering I am throwing a lot of memory buffers and pointers I was wondering what is the do's and don'ts of programming asynchronously efficiently with threads and does it matter that the end-user has a muilt-core system or not?