Control stript which is runing in background.

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jan 2 08:45:47 EST 2021


On 3/01/21 12:30 am, Alan Bawden wrote:
> So as long as the OP's commands are no longer than 512 bytes, and as
> long as they are careful to send commands in a single call to write(),

Also note that's one write() system call, which may or may not
correspond to one Python write() call.

-- 
Greg


More information about the Python-list mailing list