INDEndpoint::StartRequestBatch Method
Begins batching requests that are then performed when you call the INDEndpoint::SubmitRequestBatch method.
Syntax
void StartRequestBatch();
Parameters
This method has no parameters.
Return Value
This method does not return a value.
Remarks
Batching requests can potentially optimize bus transactions with the Network Direct hardware.
Network direct providers may issue batched requests before INDEndpoint::SubmitRequestBatch as appropriate for optimal performance of their hardware.
Implementation Notes
Implementations are free to not batch requests. It is valid for a provider to implement StartRequestBatch and SubmitRequestBatch as no-ops.
Providers can start processing requests before the full batch is issued and before the INDEndpoint::SubmitRequestBatch method is called.
Requirements
Product |
Microsoft Message Passing Interface (MS-MPI) |
Header |
Ndspi.h |
See Also
Send comments about this topic to Microsoft
Build date: 7/2/2010