[Mono-list] Re: Fail to set socket send&receive timeout!
Robert Jordan
robertj at gmx.net
Mon Dec 19 10:14:38 EST 2005
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
More information about the Mono-list
mailing list