hello,
this is a problem that i have when i try to run java:
./../bin/i586/green_threads/java: error in loading shared
libraries: ./../lib/i586/green_threads/libjava.so: undefined symbol:
_dl_symbol_value
can't figure out why?
any help would be greatly appreciated.
j
Joly Joseph
515-237-6602
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Could someone please tell me how to use the policy tool to set
permissions for classes I run from my filesystem? I thought this entry
in jdk/jre/lib/security/java.policy would take care of that, but
apparently it does not. The documentation for this is scanty and
driving me nuts (I had to add an
Oliver Fels wrote:
>
> This only works for the appletviewer, applications do not make any
> use of the java.policy file per default in the Linux 1.2 version.
> You need to set a runtime option if you want to use it.
> This will change in JDK 1.3
>
That is NOT TRUE. I was getting security except
alias java="java -Xmx555"
ALPESH KOTHARI wrote:
> Hello,
>
> I am using Java2 on RH6.0. I have developed an GUI
> application using Java. Now it runs out of memory at
> some places. So I am increasing heap size with the
> help of -Xmx and it works fine. But, I have to do this
> every time I run
SABYASACHI S GUPTA wrote:
>
> Now I get the compilation error that method is not there in Object.
> So now if I want to call the method of the newly created instance
> what should I do...
>
Cast it.
((myclass) b).method()
-
Hmm. Well the program that gave me the security exception WAS an RMI
program, and one of the exceptions what for not having permissions to
resolv/connect to a host, but I also got a security exception when trying
to open a file.
Nelson Minar wrote:
> This list is full of stuff that's not Linux
Read and write the specaial files /dev/cua0, /dev/cua1, etc.
Michele Trainotti wrote:
> Hi guys, I'm new linux user,how can I read the serial ports form
> java under linux??? Ciao Michele
--
To UNSUBSCRIBE, email to [EMA
Gordon Keith wrote:
> [EMAIL PROTECTED] wrote:
> >
> > When I run the jsdk2.0 server and try to bring up a servlet it gives me
> > the following error:
> >
> > "A network error occured while netscape was recieving data: (Network
> > error:
> > connection reset by peer.)
> >
> > try connecting aga
Dirk Waxweiler wrote:
> Hi everybody
>
> I want to insert an Icon for my GUI. I get an Icon, but it ist a black
> point.
>
> URL url = new URL("file:///./Brief.gif");
> Image icon = Toolkit.getDefaultToolkit().getImage(url);
> prog.setIconImage(icon);
>
> Is my gif too big ?
>
I think the file u
Bruno Boettcher wrote:
I had a similar problem running a program on jdk 1.2.1 for win. The solution was to
every now and then explicitly call the garbage collector (
System.gc() ) every now and then.
--
To UNSUBSCRIBE, email
Jan Buchmann wrote:
> On Sat, Nov 27, 1999 at 11:26:49AM -0700, Riyad Kalla wrote:
> > Interestingly enough, on some of the sites I was crossing last night in search of
>RC2, I saw that RC1 was on some. When was RC1 released? I don't ever remeber seeing
>ANYTHING about an RC1.
> >
> > But anywa
Jon Coppeard wrote:
> Hi all,
>
> I've been trying to run Apache JServ with the blackdown jdk (1.2 pre v2), but
> the jre keeps crashing under high load (the java process segfaults)... It's
> running with native threads on a dual processor machine, glibc 2.0.7.
>
> I've heard reports that native
Paolo Ciccone wrote:
The main problem I had with Jbuiler (enterprise 3 demo for windows) was that it
wouldn't let me specify a classpath to use in compiling so I could not compile my
program (that used the quicktime jsdk from apple).
Also the auto-indent didn't seem to work.
-
[EMAIL PROTECTED] wrote:
> Has anyone ever come across this exception:
>
> System Error:java.rmi.NoSuchObjectException: no such object in table
> System Error:at
>sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249)
> System Error:at
>sun.rmi.transport.Strea
Is there any way I can get a hold of the benchmark software? I'd like to
try the tya compiler with blackdown's jdk and see how it stacks up.
John Neffenger wrote:
> I updated the Volano Report to include Blackdown JDK 1.2.2 RC3 on Red
> Hat 6.1 and Inprise JDK 1.2.2 RC1 on Red Hat 6.0:
>
> Th
Juergen Kreileder wrote:
> > Jan Buchmann writes:
>
> Jan> On Wed, Dec 08, 1999 at 08:29:04AM -0800, Paolo Ciccone wrote:
> >> It's called Borland JIT :). Seriously the latest JIT is
> >> included in the Sun/Inprise JDK but you can use it with any
> >> other JDK 1.2 if you wan
Dimitrios Vyzovitis wrote:
> Apparently, sun has made an apologetic announcement. Check out:
> http://java.sun.com/features/1999/12/linux.html
>
> However, how should someone interpret:
> "Blackdown.org continues to be a valuable source for Java technology for
> Linux, including JDK 1.1.x release
I'm getting this too. rmiregistry prints it out whenever something calls
Naming.rebind() and any program prints it out when doing Naming.lookup().
I'm using 1.2.2 rc3. Everything does appear to work though (mostly).
Santos Jha wrote:
> Hi,
>
> I was trying to learn RMI using JDK1.2.2. I am u
All applications can listen on sockets on the localhost for ports 1024
and up. In addition I gave all files on my machine to connect and
resolv on localhost. If I try to do a Naming.lookup() from another
machine it will succeed, even though I didn't give rmiregistry accept
permission for anything
Matthias Pfisterer wrote:
> Hi,
>
> it should be possible to determine this by trial-and-error. Remove that
> AllPermissions and run your program. Watch out for the first
> SecurityException. It usually can be derived from the error message
> which permission is missing. Grant this permissen, the
Jean-Pierre Fournier wrote:
> Hi Folks,
>
> I'm hoping that some RMI guru can help
> me get started. I'm trying to create a
> simple RMI client/server on a single computer,
> but something is choking in the rebind() call.
>
Maybe for some reason rmiregistry can't tell you are trying to connect
What does this exception thrown by my rmi client mean? The client
compiles with the latest version of the server.
java.rmi.ServerException: RemoteException occurred in server thread;
nested exception is:
java.rmi.UnmarshalException: invalid method hash
java.rmi.UnmarshalException: invali
o check the first one, the second will
> > take some code review. -=Chris
> >
> > At 19:27 12/16/99 -0500, Joseph Shraibman wrote:
> > >What does this exception thrown by my rmi client mean? The client
> > >compiles with the la
Why is java.io.UnixFileSystem not included in the java sources
distributed with the blackdown jdk?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Wim Ceulemans wrote:
> Ola Samuelson wrote:
> >
> > Hi!
> > First, thanks to all that makes java/jserv work on linux.
> >
> > Hope this is right for this forum.
> >
> > I have following:
> > * x86 machines
> > * Interbase 5.6 on Redhat 6.1(2.2.13)/interserver/interclient 1.51JRE1.2
> >
> > * Inte
Someone on this list once emailed me the url of a mature mysql jdbc 2.0
driver, but I seem to have lost the email. Does anybody know of one?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble
You are trying to get a servlet to invoke an applet?
Roger Smith wrote:
> I have written a servlet yjay invokes an applet to communicate with a
> database. I am using Java Web server 2.0, and when I start the servlet
> from the browser, I get this error at the bottom of my Netscape window:
> ap
I did a while ago with tya 1.5 and was surprised to see sunwjit beat it.
But tya doesn't crash the vm in certain circumstances that sunwjit crashes.
I keep meaning to run the benchmarks again with all the updated versions of
everything but I've been busy. I'll let everyone know when I get around
Try using a differnt jit like tya.
Ekkehard Kraemer wrote:
> Hello,
>
> the problem which was discussed a while ago on this list is still persistent
> with RC4: any program that creates lots (say, 30) of small objects (like
> java.math.BigInteger) will eventually segfault.
>
> Just to make s
Run the following with green threads and you get only H's. Run it with native
threads and you get H's mixed with L's
/**
* threadtest.java
*
*
* Created: Mon May 1 15:35:45 2000
*
* @author Joseph Shraibman
* @version 1.0
*/
public class threadtest {
pu
Juergen Kreileder <[EMAIL PROTECTED]> wrote:
Jurergen> Don't use thread priorities for synchronization!
I'm not. I have an rmi server that needs to do a lot of work. I want to spin
off some time insensitve tasks into their own low priority thread so that rmi
calls that need fast responses won'
I started an application with java -Xmx1024M classname and at about 60megs
I got an OutOfMemoryError. I tried it again with java -Xmx1073741824
classname and it works.
Verstion is 1.2.2 rc4
Get your own FREE, personal Netscap
Well unless it is put up on the ports page nobody will know about it.
Uncle George <[EMAIL PROTECTED]> wrote:
I have done a linux/java 1.2 port to alpha
/gat
Jo Uthus wrote:
> Ilya wrote:
>
> | Is there any work being done on porting JDK 1.2 to Linux on Alpha?
>
> I recently attended a seminar
Nathan Meyers wrote:
>
> On Mon, Jun 05, 2000 at 10:49:35AM -0700, Nelson Minar wrote:
> > What would be *really* great is if there were an open source Java
> > implementation that we could all contribute to and avoid all these
> > politics. My impression is the Java design is stable enough that
David Blankley wrote:
>
> I went on an interview last week and was thrown this question:
>
> what is wrong/sub-optimal with the following code:
>
> public class someClass {
> /*
> * some methods, etc
> */
> public boolean myBool = false;
> }
>
> Of course, since booleans default to false,
Sez
http://developer.java.sun.com/developer/bugParade/bugs/4326346.html
Can someone check if this is fixed in jsdk 1.3? I can't download it for
some reason.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscr
Matt Welsh wrote:
>
> Juergen Kreileder <[EMAIL PROTECTED]> writes:
> > > "Matt" == Matt Welsh <[EMAIL PROTECTED]> writes:
> >
> > Matt> Turns out this is not as easy as it could be -- because even
> > Matt> though you call system calls like read(), write(), and
> > Matt> fcntl()
David Marshall wrote:
>
> Michael Thome wrote:
>
> > I've been unable to get blackdown native-thread VM implementation to
> >
> > work properly on my x86-based SMP machine. I'd be interested in
> > corresponding with anyone who's had better luck.
> >
> > Essentially the problem is that code lik
David Marshall wrote:
>
> Joseph Shraibman wrote:
>
> > > I've had similar experiences, though on a 2.2.12 kernel.
> > > I get the dumps when using either javacomp or sunwjit (Blackdown
> > > 1.2.2RC4) - maybe after minutes, maybe after hours.
> >
And this is a big security problem? Access specifiers are meant to
protect programmers from doing stupid things, not protect security. Of
course if you hack the jvm you will be able to get access to a private
field. So just what is the security concern here?
Wolfgang Hoschek wrote:
>
> There
When trying to use activatables I get this error after I switched to
blackdown 1.2.2 FCS from RC4.
Exception: java.rmi.activation.ActivateFailedException: failed to
activate object; nested exception is:
java.security.AccessControlException: access denied
(com.sun.rmi.rmid.ExecOptionPermi
Juergen Kreileder wrote:
>
> >>>>> "Joseph" == Joseph Shraibman <[EMAIL PROTECTED]> writes:
>
> Joseph> When trying to use activatables I get this error after I
> Joseph> switched to blackdown 1.2.2 FCS from RC4.
>
> Jose
Uh, yeah, that's right. Sun's jdk says that it doesn't work on smp
kernels. You'll have to use the latest blackdown version. The rc4
version didn't work on smp kernels because the jit it shipped with
couldn't handle native threads, but supposedly the final release has
fixed those bugs. Release
I have a cron process that is run every hour. It usually works fine,
but sometimes I get messages like this:
/usr/local/jdk1.2.2/jre/bin/realpath: Can't reopen pipe to command
substitution
(fd 4): No child processes
/usr/local/jdk1.2.2/jre/bin/realpath: /i386/realpath: No such file or
directory
Bill Halchin wrote:
>
> Hello,
>
>1) Can the javac compler extract classes from .jar files if
> these files are in CLASS_PATH or must I "unjar"?
javac is like any other java program. If it is in the CLASSPATH (no
underscore) it can be found.
>
>2) I tried "jar -t xerce
Barnet Wagman wrote:
> PS is there any browser that works under Linux that does a better job
> with
> applets?
>
Mozilla is supposed to use the java that is installed on the system and
in windows it works, but I haven't figured out how to get it to work in
Linux.
--
Jeffrey I Condon/Cupertino/IBM wrote:
>
> A proposal for fixing the Java programming language's threading problems
> -
> Allen Holub suggests that the Java programming language's threading model
> is possibly the weakest part
Nathan Meyers wrote:
>
> Joseph Shraibman wrote:
>
> > Jeffrey I Condon/Cupertino/IBM wrote:
> > >
> > > A proposal for fixing the Java programming language's threading problems
> > > --
i get the following message
:cannot find class java/lang/thread'
:could not create Java VM'
I have downloaded jre1.1.6, but do not know how
to set it's parameters so that Oracle installer would work.
Any advice ?
Joseph
a message that Java VM
not started. I have downloaded jre1.1.6, but do not know how to set it's
parameters so that Oracle installer would work.
Any advice ?
Joseph
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
wi
27;t been fixed. How can a bug this serious continue to not
be fixed? Does Sun not allow blackdown to fix this?
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To U
cision a while back that it wasn't going to be the jvm's
job any more to manage threads. Thus no more green threads.
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
-
others. I thought it might be
the security manager but it turned out it wasn't.
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To UNSUBSCRIBE, email to [EMAIL PROTEC
adns.net
Addresses: 216.32.74.52, 216.32.74.53, 216.32.74.55, 216.32.74.50
216.32.74.51
Aliases: www.yahoo.com
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To
Anybody ideas?
> --
> Jochen Witte
> <[EMAIL PROTECTED]>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Does this affect blackdown jdk's in any way?
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
-BEGIN PGP SIGNED MESSAGE-
Sun Microsy
everyone here,and good luck to everybody!
> | Enjoy it~~
> |
> |
> |
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL
--
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
---
o use only jikes?
>
> Jacob Nikom
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Joseph Shraibman
[EMAIL PROTECTED]
using Linux 2.4.0-test12-pre7
>glibc 2.2
>Pentium III UP
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAI
e kernel, or
upgrade to a 2.4 kernel.
So can I assume a 2.4 kernel has no limits on threads?
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To UNSUBSCRIBE, email to [EMAIL P
Scott Murray wrote:
>
> On Wed, 10 Jan 2001, Joseph Shraibman wrote:
>
> > On a related note, what is the difference between "buffered" and
> > "cached" memory? I've noticed that with 2.4.0 there is barely any
> > buffered.
>
> Nowada
lest application loads several times slower than its naive ecuivalent.
> I know about the kernel module that invokes JRE when you exec a java .class
> file(with appropriate +x permission). But it doesn't keep JVM is not resident.
>
>
--
Joseph Shraibman
[EMAI
ormal. I don't know exactly what the jvm is doing when it is taking
all that time starting up so I don't know how useful this would be.
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
Just open it like you would any other file.
Raphael Mack wrote:
>
> Hi,
>
> I want to write some data to my lp0-port. Does anyone know how I can do
> this?
>
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http:
Is it just me or does Thread.yield() not work anymore with the 2.4.0
kernel?
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
gt; way it likes.
May doesn't mean should. I imagine the spec was so loose because it
could be expected that fine control over the threading might not be
available to the implementors of the jvm on every platform, not because
the writers of the spec didn't think Thread.yield() would be
pInit processes left around.
I'm currently running 1.2.2fcs from blackdown. These problems have
happened with 2.2.15 and 2.4.0 kernels.
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
-
e","-password:joe","-initialprogram:C:\\Office\\Word\\winword.exe
C:\\docs\\1.doc"};
Runtime r = Runtime.getRuntime();
r.exec(cmd);
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
Hi,
I've been trying to install a blackdown jdk on an IBM penguin box using
SuSE linux and have not had much luck so far.
I can extract the blackdown version, and unpack it but when I try to run
the java command I get this:
l008064:~/j2sdk1.3.0/bin # ./java -version
Error: can't find libjava.so
Follow up to my own mail - I got help from another list, the solution seems
to be:
>You need JDK that is compiled for s390(search google "s390 jdk"), for
> example:
>
http://www.ibiblio.org/pub/languages/java/blackdown.org/JDK-1.2.2/s390/FCS/?M=A
Sam Joseph wrote:
&g
Juergen Kreileder wrote:
> On Wed, 27 Jun 2001, Alan Hawrelak wrote:
>
> > Sam Joseph wrote:
> >
> >> I can extract the blackdown version, and unpack it but when I try
> >> to run
> >>
> >> the java command I get this:
> >>
> &g
If I create a shutdown hook, does it create an os-level thread that sits
around doing nothing until the java program exits?
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To
ch I use for testing. I run jdk 1.3, Tomcat 3.2, MySQL on
Linux.
Any help would be greatly appreciated.
Thanks,
Joseph
ps : Anybody who'd like to have a look at my code, please indicate.
--
To UNSUBSCRIBE, email to [EMAIL
Hi All,
So I'm having this problem that the logging system that I have used
successfully on other linux platforms is not working on
i386-redhat-linux-gnu.
The logging system is designed to store logging messages and then write
them to the log file in a low priority thread. However when I run the
/native_threads/java
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://www.targabot.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
, so java doesn't get
two
arguments '-client' and 'bsh.Interpreter', it gets one '-client bsh.Interpreter'. Who
is
responsible for magic line interpretation, the shell that calls the script or the
kernel?
Where is the spec for magic lines?
--
Joseph S
I found some mailing list archives from 2000 mentioning #! but it was a mess and
refered
to things the readers of that list knew about but I don't. For example I couldn't
figure
out what XCUd3 ERN 6 is.
Could you point me to something more specific?
Dan Kegel wrote:
> Jos
OK figured out what xcu is, but where in there does it discuss #! ?
For the rest of you: http://www.unix-systems.org/version3/xcu_contents.html
Dan Kegel wrote:
> Joseph Shraibman wrote:
>
>>I have been having problems making beanshell shell scripts on linux.
>>
>>Bas
I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying to figure out
why rmi wouldn't work. I finally figured out that I had to uninstall libgcj (which was
needed by gettext, so I had to uninstall that too) and now everything works perfectly.
I'm just posting this to help a
2002-11-04 at 17:15, Joseph Shraibman wrote:
I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying to figure out
why rmi wouldn't work. I finally figured out that I had to uninstall libgcj (which was
needed by gettext, so I had to uninstall that too) and now everyt
http://developer.java.sun.com/developer/bugParade/bugs/4694590.html
I know it doesn't suffer from bug 4706607
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
According to http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html blackdown
1.4.1 has been in beta since July. What is holding up the release?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsub
now looks like this:
--=_Part_21_20566889.1041555012620
Content-Type: text/html; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
This charset=ANSI_X3.4-1968 is causing problems when netscape reads the mail. It appears
that file.encoding changed between versions. Does anyone kn
system. On a rh 8.0 that used to be a
7.2 it is ISO-8859-1, and on a system that always was 8.0 it is UTF-8
Joseph Shraibman wrote:
I have code to create a Multipart like this:
MimeMultipart mm = new MimeMultipart("alternative");
BodyPart bp = new MimeBodyPart()
The link for jad on http://www.blackdown.org/java-linux/products/javatools.html should be
http://www.geocities.com/zz_xu/jad.html (unless someone knows of a more recent site).
--
Joseph Shraibman
[EMAIL PROTECTED]
Increase signal to noise ratio. http://xis.xtenit.com
Masnizar jamian wrote:
I'm new to linux , so are there any difference between windows platform
and linux in terms of coding (mainly in multithread)? Because I heard
that a linux thread is different from windows thread. Could you
recommend me any reading material that clear some cobweb in my br
Alexander V. Konstantinou wrote:
Actually, thread priorities work fine in Linux.
No, they don't, not with the latest sun jdk on redhat 8.0.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble
Hui Huang wrote:
Joseph Shraibman wrote:
Alexander V. Konstantinou wrote:
Actually, thread priorities work fine in Linux.
No, they don't, not with the latest sun jdk on redhat 8.0.
Thread priority is just a hint (same applies to Thread.yield()).
While the jvm authors can
Hui Huang wrote:
Joseph Shraibman wrote:
Hui Huang wrote:
Joseph Shraibman wrote:
Alexander V. Konstantinou wrote:
Actually, thread priorities work fine in Linux.
No, they don't, not with the latest sun jdk on redhat 8.0.
Thread priority is just a hint (same appli
I'm running:
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)
... on redhat 8.0. I've discovered that I get get somewhere between 3600 and 3700 threads
in a jvm without any arguments. If I p
Dan Kegel wrote:
The -Xss100k helps because each thread stack immediately occupies
its full range of address space (discontiguous stacks not being supported).
If the OS defaults to a limit of 1GB address space for user processes,
at 100KB per stack, that's a hard limit of 10,000 threads.
I nev
Dan Kegel wrote:
Joseph Shraibman wrote:
I never got anywhere near 1gb of memory usage.
Physical memory, maybe, but I bet you a nickel you got
up near 1GB of *virtual* memory. Go learn about how
thread stacks work. You're not running out of RAM; you're
running out of address
Juergen Kreileder wrote:
[EMAIL PROTECTED] writes:
On Fri, 14 Feb 2003, Juergen Kreileder wrote:
BTW: If you use another setting than CONFIG_1GB
or if you're on x86-64
you want to use the new release. Older HotSpot versions have
problems with the other values.
So which ones are good? Is t
Kent E. wrote:
does it mean...
browsing thru a linux is not allowed while browsing thru a windows2000 can
view the page
which i stated below?
Maybe the windows jvm has broken security, letting it work when it shouldn't. I really
have no idea.
What does Runtime.maxMemory() return exactly? I have this program:
public class MaxMemory{
private static String uft(){
Runtime rt = Runtime.getRuntime();
long free = rt.freeMemory(), total = rt.totalMemory(), used = total - free;
long max = rt.maxMemory();
j
Joseph Shraibman wrote:
What does Runtime.maxMemory() return exactly?
With further testing it appears to return exactly 64meg over the true limit.
Also when doing java -Xmx3m the real value used is actuall 4 megs, and it appears all odd
values are rounded up 1
error messages.. do i have to set another
configuration file in linux?
thanks in advance...
kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hui Huang wrote:
Still not convinced? Try creating more than 1024 threads, that's
something you couldn't do without NPTL.
There has been a lot of work done in the past to make this happen.
Drop me an email if you'd like to hear more about the boring story of
threading support within JVM ;-)
I do t
1 - 100 of 135 matches
Mail list logo