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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -