> my problem is, i cannot have Samba on the Solaris box for some security reasons.
> quite new to this SNMP, not sure whether it is involving an introduction to an agent on...
I have some windows client machines which require a signal to be sent by a Solaris machine( SunOS 5.6) when ever a particular event occurs on that Solaris machine. What are possible...
ah! the problem is resolved. pthread by default was spawning in joinable state which made it not to release the resources it consumed until a pthread_detach call was made. I modified the pthread_attr...
I have a process which creates pthreads to generate some reports. After creating the reports these threads return null. But after 1024 threads, the process is not able to create any threads...