Can a socket be closed from another thread when a send / recv on the same socket is going on? Suppose one thread is in blocking recv call and another thread closes the same socket, will the thread in
We are pl开发者_如何学运维anning a migration of an Oracle installation from Solaris to Linux. At the same time we will upgrade to latest version of Oracle. There are a few hundred stored procedures th
I run the following on Sun Solaris — it runs OK on Linux but not on Sun Solaris: name="(WORD = (TCPIP = (PROTOCOL = TCP)(WORD = ALIAS_NAME)(PORT = 10234))"
I\'m using a Solaris Container with 2 cores (the physical machine has 32 with 8 threads, each one) to run a jvm (BEA Jrockit).
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Hi I\'m trying to test my JAVA app on Solaris Sparc and I\'m getting some weird behavior. I\'m not looking for flame wars. I just curious to know what is is happening or what is wrong...
How can I enable logging of all the commands e开发者_运维百科ntered in the tcsh shell? I\'ve tried:
Why do the functions displayed in a callstack generated in Solaris always contain 6 parameters? In most of the cases, the original function will not be having 6 parameters at all. Sometimes I also f
Has anyone any experience using /dev/poll (the Solar开发者_JAVA技巧is equivalent of the Linux epoll method) with Perl, either via a module or directly in their application?
I am developing a background service which needs to run on Windows, Linux, Mac OS and Solaris. The service is very simple and is to be used to track students logging in and out of university computers