a good book about software design
Posted
by Idan
on Stack Overflow
See other posts from Stack Overflow
or by Idan
Published on 2009-12-21T22:31:58Z
Indexed on
2010/03/30
0:43 UTC
Read the original article
Hit count: 522
i'm looking for a book that talks about sofware decision like :
when should i use thread pool and shouldn't. and in the first case, explains how.
how should i acess my DB , how big my transactions should be
how to read XML, to use DOM or SAX, what library to choose, and best ways to parse
how to handle client-server app best efficient way
and more stuff like that. is a book like that exist ? (preferably in c++ but not that important)
© Stack Overflow or respective owner