c - Number of processes running -
i have c program n number of loops. how many processes , child processes running program , how?
the c language not support multi-processed program. should depend on api's provided os implement multi-processed version. can use fork function under linux , createprocess in windows environment , corresponding platform dependent api's can give details on how use these functions. luck!
Comments
Post a Comment