chaos / powerman

cluster power control
GNU General Public License v2.0
43 stars 19 forks source link

don't allocate a pseudo-terminal for each coprocess #135

Closed garlick closed 9 months ago

garlick commented 9 months ago

Problem: powerman allocates a pty to each coprocess, which may impact scalability to many coprocs without really much benefit.

Just use a raw socket instead.