Tagged Questions

1
vote
3answers
206 views

Fork(): Dont return from child until it's terminated

I'm having some troubles with fork() and that kind of things. I'm developing a shell, where the user can write commands that whill be executed as in a normal and common shell. I have a main function ...
1
vote
3answers
412 views

Invoking a Linux process from Windows and receiving stdout

I have a legacy application in our company built on... ahem; Classic VB (VB 6). It has got a optimizer(CPLEX MIP Solver) component running on a Linux server and is developed in Java. If we want to ...