
Tag archives for Command
Hello,
Just a method in order to verify the accessibility of a host via PING command.
Examples With PING command
...With host name:
...With IP:
Java Source Code
... main test method:
...outputs:
That's all!!!
Huseyin OZVEREN
...more»
Hello,
Documentum proposes the Java method server as a means of improving the performance and scalability of its method architecture, indeed, it is possible to execute custom code on behalf of the Content Server via Documentum methods written in Java or DocBasic.
Presentation of Java Method Server
The method server itself is a Java-based web application communicating with the Content Server via HTTP ...more»
Hi,
In order to avoid the problem epxlaind in the post http://www.javablog.fr/java-outofmemoryerror-and-memory-checker.html, there is an useful unix command free -tm:
The values are in MB, Mem is the actual RAM, Swap (specific to Unix) only serves to supplement the RAM (That is the ROM which serves RAM when needed).
myAccount@javablogServer:~> free -tm
...more»
