Search Results

Search: Posts Made By: pronetin
7,173
Posted By pronetin
Solution found
Only needs running the process in background:

./home/myuser/myapp -i eth0 &
7,173
Posted By pronetin
Already i added myapp to services by chkconfig. ...
Already i added myapp to services by chkconfig.
chkconfig --add myapp
chkconfig --level 2345 myapp onProblem is:
When system is booting, after starting myapp script there is in /etc/init.d/myapp,...
7,173
Posted By pronetin
Shell script for service
Hi,

I want to add an application as a service in Linux(Fedora 12). It should be run always for monitoring my system. It never terminate unless kill it. I wrote this script, put it on...
Forum: Programming 09-30-2010
3,602
Posted By pronetin
What Unix do with unused shared memory?
Hello,

When creating shared memory in C, should be remove shared memory with shmctl function when don't need it. If it didn't remove, occupied shared memory stay and remain.

If we create shared...
Forum: Programming 09-29-2010
7,443
Posted By pronetin
key_t type max length or boundaries value
Hello,

In shared memory, when using shmget function, first parameter is ket_t key.

I know it is an integer type, but length of it is system dependent. That means may not be have integer's...
Showing results 1 to 5 of 5

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