[Htmlparser-user] How to Collect the Garbage of Parser
Brought to you by:
derrickoswald
From: Bing Li <lb...@gm...> - 2011-01-22 19:23:32
|
Hi, all, Today I started to use HTML Parser. It works great! I got a question. In my system, I need to monitor the updates of thousands of URLs. I have to prepare a lot of Parsers to do that. I attempt to design a pool for the Parsers. However, I noticed that Parser has no the method that I can use to collect the garbage generated by Parsers. I don't need to care about that issue? Thanks so much! LB |