I'm coding comments feature for my news section. I want my comments to be threaded, with reply feature. I checked solution of PostNuke, and saw, that it is making database queries almost for each comment. So if I have 100 comments script would execute about 100 queries. I'd like to know, if somebody has a solution of making that stuff in a single query?