2
0
mirror of https://opendev.org/x/pyghmi synced 2025-07-21 19:51:12 +00:00
Jarrod Johnson cdef6531ca Reduce cost of packet transmit
eventlet only cares about multiple readers.  Multiple threads doing send
do not bother it.  As such, just call the sendto directly rather
than going through the hoop of an io_apply and the associated
event creation and wait and general confusion of jumbling
up the IO worker thread.  This seems to buy about 10%
performance gain in the ~100 server scenario doing get_health.

Change-Id: Ia671f201a43f32589324b37aadf79f21548aef35
2015-02-18 15:32:06 -05:00
2015-02-11 16:53:27 -08:00
2013-08-17 22:29:25 -04:00
2015-02-18 15:32:06 -05:00
2013-06-30 14:21:20 -04:00
2013-08-17 22:29:25 -04:00
2013-06-24 14:15:39 -04:00
2014-05-08 14:06:01 -04:00
2015-02-11 16:53:27 -08:00
2013-09-13 11:28:28 -05:00

This is a pure python implementation of IPMI protocol.

pyghmicons and pyghmiutil are example scripts to show how one may incorporate
this library into python code
Description
No description provided
Readme Apache-2.0 15 MiB
Languages
Python 99.9%
Shell 0.1%