On Thu, 2005-07-07 at 23:25 +0800, Not Zed wrote: > Wow, thats still a lot of memory just for a list of a few cards (?) It's the per-thread stack, which isn't destroyed until the thread is joined. Don't unref the view and you leak a few bytes in the client, and the entire thread in the server. This doesn't take up much physical RAM but does eat up the virtual address space (I managed to OOM eds in 10 seconds with a test application) and makes EDS look bad. :) Ross -- Ross Burton mail: ross burtonini com jabber: ross burtonini com www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
Attachment:
signature.asc
Description: This is a digitally signed message part