Re: linux kernel 2.6

2004-04-19 Thread Vladimir G. Ivanovic
I believe that top by default does not show threads. While top is running, type "H". ("h" brings up help.) --- Vladimir ---- Vladimir G. Ivanovichttp://leonora.org/~vla

Re: Using more than 2 gigs with Java on Linux?

2002-12-04 Thread Vladimir G. Ivanovic
nd 3 GB user. (The default is 2 GB/ 2 GB.) I don't know if this means that you can allocate a 2+ GB chunk, just that it's possible for a process to have more than 2 GB in their address space. --- Vladimir ---- V

Re: Linux JVM: JNI allow putmsg() syscalls in native code?

2002-04-25 Thread Vladimir G. Ivanovic
Use strace -f -e trace=file to see what file activity there is. Also make sure that your library is actually being found with ldd (Looks like it is.) --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St

Re: Gains from removing line numbers?

2002-02-25 Thread Vladimir G Ivanovic
hat mixed-mode interpreters like HotSpot do a much better job of (on-the-fly) optimization than static, compile-time optimizers can do. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [

Re: JVM Size Limitations on Linux x86

2002-02-12 Thread Vladimir G Ivanovic
) processor.h:268:#define TASK_SIZE (PAGE_OFFSET) I assume that these are changed when you compile with CONFIG_HIGHMEM64GB. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL

Re: difference between Blackdown's JVM and Sun's?

2002-01-24 Thread Vladimir G Ivanovic
l or start a flame war, but I would like to understanding the benefits to the *user* of having a Blackdown port. --- Vladimir Vladimir G. Ivanovic http://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTEC

Re: j2re1.3.3 with Redhat 7.2 and Moxilla 0.9.2.1

2002-01-21 Thread Vladimir G Ivanovic
I've lost my pointer to the web page that allowed you to test your browser's Java setup. Could someone repost it? Thanks. --- Vladimir ---- Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL

Re: Using this() in constructors

2002-01-09 Thread Vladimir G Ivanovic
one JDM> single step further than you already have -- i.e., make all of JDM> your constructors just wrappers around an internal helper method. An alternative is to use factories. Joshua Bloch has a write-up of the benefits (and the costs) in his excellent adventure, "Effective

Re: what are the differences among classic/libjvm.so, server/libjvm.so, and client/libjvm.so?

2001-11-14 Thread Vladimir G Ivanovic
So, the directory structure is misleading. Thanks for the clarification. --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1

Re: what are the differences among classic/libjvm.so, server/libjvm.so, and client/libjvm.so?

2001-11-14 Thread Vladimir G Ivanovic
1.2.2 and JDK 1.3.1. $ ls /opt/jdk1.2.2/jre/bin/i386/ green_threads/ native_threads/ realpath* $ ls /opt/jdk1.3.1_01/jre/bin/i386/ green_threads/ native_threads/ realpath* --- Vladimir Vladimir G. Ivanovichttp://leonora.org/~vladimir 2770 Cowpe

Re: Blackdown support for SERVLET ?

2001-09-26 Thread Vladimir Eflov
o install under Linux. LHM> Regards, LHM> Henrique -- Best regards, Vladimirmailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Blackdown support for SERVLET ?

2001-09-26 Thread Vladimir Eflov
ct of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Best regards, Vladimirmailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsu

Re: anij

2001-09-24 Thread Vladimir Eflov
ln("hola"); M> } M> } M> in anyj and ocurr this error: M> Exception in Thread "main" java.lang.NoClassDefFoundError:insert M> I do not understand this error.what happend? M> Thanks. -- Best reg

Java benchmarks

2001-06-08 Thread Vladimir G Ivanovic
ful for testing gcj. and points to http://www.appeal.se/machines/benchmarks/ which no longer exists. If you are not forbidden to, would some kind soul send me these benchmarks. Thanks. --- Vladimir Vladimir G. Ivanovic http://www.leonora.org

Re: Sun vs Blackdown/Hotspot vs classic and udp sockets

2001-04-26 Thread Vladimir G Ivanovic
th signals and green threads. Sorry I can't be more helpful, but it might be a starting point. --- Vladimir Vladimir G. Ivanovichttp://www.leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto

Re: Objects in a VM

2001-01-11 Thread Vladimir G Ivanovic
round. There are even references with different properties with respect to the garbage collector. So, if you're willing to create a reference to the instance you will be interested it before you need it, and store it somewhere, you can later retrieve that reference at some later date and

Re: Missing message (Was: address for ibm jdk bugs?)

2001-01-07 Thread Vladimir G Ivanovic
Joi, I don't know anything about the circumstances surrounding this incident, but could there be another explanation for your post being missing? For instance, a crash followed by a backup could conceivably look like someone deleted your posting. Just asking. ---Vladimir Vladimir G. Iva

Template makefile for Java?

2000-12-06 Thread Vladimir G Ivanovic
If you have makefile that could be used as a template, please post it (or post a link to it.) It would be really nice if it handled RMI stubs and skeletons as well as Java sources. Thanks. ---Vladimir Vladimir G. Ivanovichttp://www.leonora.org/~vladimir 2770 Cowper St

Re: java developer feedback

2000-11-13 Thread Vladimir G Ivanovic
Far and away the most important attribute of a technology is its reliability. Features don't do anyone any good unless they work. Java's unreliability is a cancer that eats at everyone's confidence. Java has enough features to last a lifetime. It's now time to make the

Re: Debugging Java on Linux with JDK1.2.2

2000-07-21 Thread Vladimir G Ivanovic
ow why 1.3 was not included.) There is also a Windows-specific version. ---Vladimir P.S. AspectJ was designed and implemented by old-time Lisp hackers, so it's gotta be great! Vladimir G. Ivanovichttp://www.leonora.org/~vladimir

Re: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread Vladimir G Ivanovic
What is this supposed to do? ---Vladimir Vladimir G. Ivanovichttp://www.leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 "CH" == Carsten Hoeg

Re: Java shell

2000-03-16 Thread vladimir
JPython allows this, I think. ---Vladimir Vladimir G. Ivanovichttp://www.leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 "TR" == Timothy Reav