[ofw] [RFC] [PATCH 2/3] winmad userspace library
Sean Hefty
sean.hefty at intel.com
Wed Jul 2 11:18:00 PDT 2008
>And as for sync ones: what's the problem to init a stack event variable
>per call ?
>You don't need to handle pool of events.
>Or I'm missing something ?
You end up calling CreateEvent() and CloseHandle() on every send. I don't know
what the performance impact of doing that is, versus serializing the sends.
With serialized sends, in the best case, the send is issued immediately, which
works better if contention is rare. Does anyone know what CreateEvent()
eventually turns into?
Also, does anyone know the send behavior for the management utilities, diags,
and opensm?
- Sean
More information about the ofw
mailing list