a good book about software design
- by Idan
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)