Memory Buffer Pool

eapperley

New member
Joined
Aug 3, 2006
Messages
1
Programming Experience
Beginner

I need a system where I can request buffers for communications messages and queue them for transmission (or reception). In a previous life I worked on a modified embedded RTOS that had API calls for requesting a buffer of a given size from a memory pool and returning a buffer to the pool.

Does VS. Net 2005 on the.NET Framework have a facility for requesting memory buffers from a pool?

 
Back
Top