摘要
针对学生上课运行无关程序(非法进程)的情况,设计实现了一个非法进程监控程序。程序采用C/S结构和多线程技术:一个线程(接收线程)及时接收和更新进程列表;另一线程(关闭线程)定时扫描本机中运行的进程,并关闭非法进程,从而实现了控制学生上机实验时玩游戏等现象的发生。
According to the situation of students run irrelative programs(illegel processes)in class,designs an illegel processes monitoring program.Programs adopts C/S structure and mulithread technology,one thread(receive thread)receives and updates the process list in time,another(close thread)scans the running process in localhost and close the running illegel processes in a certain time interval.Thus,realizes controlling students playing game programs in computer experimental class.
出处
《现代计算机》
2007年第11期90-93,共4页
Modern Computer
关键词
进程
进程列表
进程监控
Process
Process List
Process Monitor