> there was another one (forgot wich one). you need to see how many > in use for non-paged memory (used by socket and overlapped IO).
Now found GetPerformanceInfo (XP and better only), which has some useful elements: SIZE_T KernelTotal; SIZE_T KernelPaged; SIZE_T KernelNonpaged; once I find out how to declare size_t in Delphi. Also found GlobalMemoryStatusEx which knows about more memory. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be