Correct me if i'm wrong, 
You mean that eventhough we fetch messages from queue, we won't get the
memory back?
In my opinion, OS memory should restored to normal without exiting the
application.

Or my concept is wrong?

Please enlight me.

Thanks.




Mattias Jiderhamn-4 wrote:
> 
> At 2006-09-25 11:11, chuboz wrote:
>>Is there any bug on JMS implementation on Resin pro 3.0.12 ?
> 
> Is there any software you dare say it does not contain any bugs...?
> 
> 
>>I tried to use JMS MemoryQueue on Resin and it decrease my memory 
>>eventhough I have already emptied all my messages from queue.
> 
> What do you mean by "my memory"?
> As the MemoryQueue needs more memory, the JVM will allocate more 
> memory from the OS. When the queue is emptied, the JVM will probably 
> hold on to the memory. That is, the memory may be reused by other 
> parts of your application, but it will not be returned to the OS. 
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Resin-JMS-tf2330341.html#a6486182
Sent from the Resin mailing list archive at Nabble.com.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to