I wrapped a incoming byte array into a Object (A) in order to  pass it
around in my business logic. However, the memory increases dynamatically
when the incoming packets are huge. It seems the garbage collector is not
collecting. Is there anyway to avoid this? (Object pool)?

Reply via email to