In-built IRP pool

  • Thread starter Thread starter Boomi.s
  • Start date Start date
B

Boomi.s

Guest
Hi All,

I am looking for information whether Windows Kernel supports any in-built IRP pool. Basically, I have to use IRPs repeatedly for some network operation (more than one IRP will be send). Instead of calling IoAllocateIrp, IoFreeIrp for every network operation, i want to have pool of IRP. In the IoCompletion routine, i have to put the IRP to the free list. So my question is Windows supports any default pool to handle IRP. Or any sample implementation available?

Thanks,

Boomi

Continue reading...
 
Back
Top