There is a server with ubuntu preinstalled. You need to implement a Python server that must read lines of a certain format (hl7) on stdin. How to accomplish this task?
There is a server with ubuntu preinstalled. You need to implement a Python server that must read lines of a certain format (hl7) on stdin. How to accomplish this task?
Source: https://ru.stackoverflow.com/questions/968230/
All Articles
stdin
? I mean, will you send hl7 files to the server over the network and that one has to download and process them? - gil9red