From: Brian W. <bwe...@xb...> - 2006-02-21 18:28:26
|
On Mon, 20 Feb 2006, Can Bican wrote: > I'm working on a project which involves lots of large & simultaneous > axfr queries. It became evident that reducing memory requirements by > those axfr transfers are very important for the maintanance of the > system. > > I initially decided to clone ZoneTransferIn and change the axfr and > ixfr lists to be initialized to my home-grown list implementation > instead of arraylist. Ideally, the resulting class should be the same > as ZoneTransferIn, only different in axfr = new ArrayList() and ixfr = > new ArrayList() Your message appears to have been malformed, and was truncated at this point. Was there any more detail about what you did and how much memory it saved? Brian |