darkcities
MIS
In AIX, is there a way to limit a user account from creating a program with while(1) fork; from taking all of the cpu resources with out limiting other user accounts?
Basically we have about 100-200 students that need to create a program that forks...but when they do create this program they hang my server...and a reboot is needed. Under /etc/security i could limit everyone but I don't want to do that because of other users/programs that require a lot of processes. eg: Oracle. If i could limit just a single user without affect other users that would be nice...any one have any ideas?
Thanks
Basically we have about 100-200 students that need to create a program that forks...but when they do create this program they hang my server...and a reboot is needed. Under /etc/security i could limit everyone but I don't want to do that because of other users/programs that require a lot of processes. eg: Oracle. If i could limit just a single user without affect other users that would be nice...any one have any ideas?
Thanks