And details the use of perl to clear the process table 并詳細講述了如何使用perl來清除進程表(
Processes can be started , killed , restarted , or sent arbitrary signals based on regular expression matches in the process table 可以根據進程表中正則表達式的匹配來啟動、殺死、重啟進程或發(fā)送任意信號。
Cpan module , which can go through the entire process table , and give the user a list of processes with many important attributes Cpan模塊進行的,它瀏覽整個進程表,并返回給用戶帶許多重要屬性的進程列表。
By default , a report server can process tables , charts , matrices , lists , text boxes , images , and all of the other report items described in 默認情況下,報表服務器可以處理表、圖表、矩陣、列表、文本框、圖像以及
To send a signal to a process , the kernel sets a bit in the signal field of the process table entry , corresponding to the type of signal received 為了向進程發(fā)送一個信號,內核在進程表條目的信號域中設置一個位,對應于收到的信號的類型。
The bytecode interpreter adds about 65mb to the process table over the maximum heap size for a 128mb heap , and increases in size as does the maximum heap size does 字節(jié)碼解釋器向進程表大約添加65mb (除了最大堆大小128mb之外) ,并隨最大堆大小的增加而增加。
When calculating the largest number that this figure can grow to , you must not only consider the maximum heap size , but also the process size of the java bytecode interpreter which is reflected in the os process table over and above the maximum heap size 在計算該數(shù)字可以達到的最大數(shù)目時,您必須考慮的不僅有最大堆大小,而且還有除最大堆大小之外的java字節(jié)碼解釋器的進程大?。ㄟ@個大小在操作系統(tǒng)進程表中列出) 。