li wrote: > hello sir, > With your advice I update my redhat9 to fedral4(kernel 2.6.11), but the > socket > still can't be set timeout property. What is wrong with it? And I also have a > problem with Process.GetProcesses(), it can't get all processes in current > machine.
Process.GetProcesses () returns only processes which has been started by your application, including the application itself. This is how GetProcesses () can be implemented under unix. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
