Re: Re: Two Tier, call_ str_ fix
"Mark Hahn" <[email protected]> Thu, 15 Jul 2004 00:24:37 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Mark Hahn" <[email protected]> wrote > I'll write a function to run a child process and have the stdin and stdout > of that process returned as textFiles. It can go in the system module. > I'll let ben worry about how to do it in unix. :-) Ok, I added a Process object to the OS module http://prothon.org/wiki?pagename=os.Process. It uses APR so it will run on all platforms. It is object-oriented of course (unlike Python). It is fully implemented but not debugged yet. I't will be in the next interim release. It looks like the regression testing app will be my first Prothon app.