Search Results

Search: Posts Made By: laforge
3,438
Posted By laforge
I have a feeling that it is the socket that is...
I have a feeling that it is the socket that is getting messed up. I'll have to look into how to close it properly and see if that makes a difference.

Thanks.
3,438
Posted By laforge
The operating system is: SunOS grcs 5.8...
The operating system is:
SunOS grcs 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10

This is the script that starts the program:
#!/usr/bin/ksh
export LD_LIBRARY_PATH=/usr/local/lib
export...
3,438
Posted By laforge
Using system instead
I did try system() followed by exit() but the problem with using system() is that it will remain up until the program called in system() exits. So it follows this scenario using "ps -ef | grep...
3,438
Posted By laforge
Using exec()
I had tried exec() and it did replace the current reader with a new reader but the new reader didn't work. It was running, but it didn't read the audio files and didn't respond to a remote shutdown...
3,438
Posted By laforge
spawning the same program
We have a program (reader) that reads audio files in a real-time continuous stream from a sender program. If the reader gets weird we want the sender to be able to send one command that will stop the...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 07:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy