Re: Hey, dude, it's me ^_^ :P

2004-08-25 Thread Avi Cherry
Can we please track down these messages and put a stop to them? On Aug 24, 2004, at 7:59 PM, [EMAIL PROTECTED] wrote: Argh, i don't like the plaintext :) password: 46320 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: Thread question

2004-06-14 Thread Avi Cherry
I don't have an exact answer to your question, but remember that each thread has to contain a stack of its own, and therefore takes up memory. The 'java.nio' (new i/o) package in recent versions of Java was designed for exactly this case that you're mentioning, where you have a lot of connecti

Debian packages 1.4. Pretty please?

2003-07-07 Thread Avi Cherry
I really, really don't mean to be a pest, but PLEASE, could someone package up java 1.4.1 as a debian package, for use on deb stable? I asked this a month or two ago and was told that it would get taken care of by someone on the blackdown team (Juergen, I believe) very soon. Thanks

Re: SQL database and JDBC

2002-11-09 Thread Avi Cherry
At 11:49 AM +1100 11/9/02, Jesus M. Salvo Jr. wrote: My favourite: SAP-DB: http://www.sapdb.org/ http://www.sapdb.org/sap_db_jdbc.htm I am still surprised that not too many people have not taken up SAP-DB, despite being GPL and LPGL, and having some features that other proprietary databases have

Re: SQL database and JDBC

2002-11-07 Thread Avi Cherry
At 12:17 PM -0600 11/7/02, Cuong Nguyen wrote: Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Postgresql. Information, downloads, full documentation can be found at: http://www.postgresql.org ---

RE: stripped-down JRE required

2002-10-02 Thread Avi Cherry
> >As an aside, I wonder, if one is not permitted to "distribute >additional software intended to supersede any component(s)" then >one would suppose that it is not permitted to derive classes from >any of those in the JRE! (there must be a README in there that >says otherwise). > If you plan to

Re: SO_KEEPALIVE and Ping

2001-10-22 Thread Avi Cherry
d to report error and status conditions for TCP connections, as far as I know. Avi Cherry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Resources

2001-10-13 Thread Avi Cherry
At 1:40 PM +0200 10/13/01, Raphael Mack wrote: >I need some resources like Images and other files in my java-app. Where >should I install them? >Is there a way to locate them when someone doesn't install my app to >the default directory (then I cannot use absolute paths/the sam problem >on other p

Re: who calls a method

2001-10-12 Thread Avi Cherry
At 8:55 AM -0700 10/12/01, Peter Graves wrote: > > is there a possibility to find out where a method has been called? = > >> Something like the information given by an exception. >> = > >> Thanks, >> Rapha > >Thread.dumpStack() Just to point out, the documentation specifically says: This met

Re: Java Threads on Linux

2001-10-03 Thread Avi Cherry
At 2:16 PM +0200 10/3/01, Florent Coste wrote: >I'm not a kernel guru too, > >but what know is that : >java threads are mapped to posix threads (linuxthreads in the glibc). The >linuxthreads library uses the kernel threads, which directly map >into a 'process >like' entry in the scheduler. (1-1 m

Re: ssh question

2001-09-28 Thread Avi Cherry
>Yes, the site says so. But this is interesting! Once GPLed code cannot be >made non-GPL later on even by the original author. Depends how you look at it. They can't prevent earlier versions from being re-distributed according to the GPL, but they can re-licence the code any way they want for

Re: Seeking info re:Java on Linux on Mac Classic

2001-09-08 Thread Avi Cherry
> > And why are you asking this list about it? Linux could never be run >> on a Macintosh Classic either. > >Au contraire! > >http://www.mac.linux-m68k.org/ I'm aware of this project, but if you look at the list of supported machines, it does not include the original Macintosh, Mac Plus, Mac

Re: Seeking info re:Java on Linux on Mac Classic

2001-09-08 Thread Avi Cherry
>Is it feasible to develop Java 1.2+ compliant code on a Mac classic computer? > Please advise or point to web sites with supporting information. Thank you. No, it isn't. In fact, it isn't even possible to develop Java 1.2+ compliant code on a modern Mac, unless it is running OSX. There has

Zombies in Red Hat 7.1

2001-09-04 Thread Avi Cherry
The problem: 5026 pts/5S 0:00 /home/alannon/lib/j2sdk1.3.1/bin/i386/native_threads/java 5057 pts/5Z 0:00 [java ] Java fails to to run, instead hanging in this state. Very, very rarely, I get a core-dump instead. This happens intermittently. Sometimes it will work just f

Re: Can anyone help

2001-06-23 Thread Avi Cherry
>I'm looking for some tool which could read java source code >or byte code and generate sequence diagrams(uml) by >reverse engineering. >I have class diagrams generated out of Rational rose and >magic draw and TogetherJ. >But i'm not able to locate a tool which generates a sequence diagram. >Thank

Re: jdk 1.3.0 / sparc

2001-06-13 Thread Avi Cherry
would be trivial, it's a moot point since the system I wish to run is proprietary and without source. I assume someone out there has a working sparc-linux development machine, but I'd be willing to spare a temporary account on my own if it would h

Re: set path for jdk.3

2001-04-09 Thread Avi Cherry
>save this file and reboot your system. Why would you reboot your system just because you change your shell configuration file..? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: Writing A Java Pop Server for Linux

2000-09-14 Thread Avi Cherry
>Proper Linux Processes, If you said "java Helloworld" for the simplest >of >code , 'ps uax ' will tell you 4 new Processes were Spawned , I am >guessing they are for the JVMs Internal book keeping and for executing >the code They are not actually 'proper' linux processes. They are, in fact, th

Stupid JIT tricks?

2000-07-05 Thread Avi Cherry
Does anyone know if any of the JDKs available support the tricks that java.lang.Compiler offers? I would like to be able to selectively disable compiling so I can debug running systems without having to restart the system to turn off the JIT in order to enable line numbers. I have ye

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Avi Cherry
> > > We're considering buying a dual processor machine to run our java > > > programs but if we can't get something running with a jdk on an smp > > > kernel there probably won't be much point. I've actually been running the Blackdown JDK 1.2.2RC4, with the JIT on a 2.2.14 SMP 2-CPU box for sev

Re: How to use server side javascript on Apache

2000-06-06 Thread Avi Cherry
>Do you mean Java Servlet on Apache? If this is the case, you may want to >take a look at Apache JServ. See http://java.apache.org/ for more details. Actually, if you're looking specifically for server side support with JavaSCRIPT, you'll probably want to look at Resin, found at www.caucho.co

Stack dump on BlackDown 1.2.2RC4?

2000-05-26 Thread Avi Cherry
something like this in BlackDown 1.2.2 RC4? I have a servlet that's stalling every few -days- and I can't think of any practical way of debugging it. TIA, Avi Cherry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Java-LinuxPPC (was: Re: IBM has posted 1.3 pre-release)

2000-05-03 Thread Avi Cherry
#x27;s currently working alone. Sadly, I have no experience or skill with such projects as compilers and am therefore of little help to his effort. He's asked that anybody who thinks they can help contact him. His ema

How can I contact the Sparc port developers?

2000-05-03 Thread Avi Cherry
forms, rather than SuperSparcs (or whatever is in my Sparcstation). In any case, I'd be more than happy to offer an account and space on my server to one of the porting team members if they are interested in ironing out a few wrinkles in

sparc?

2000-04-15 Thread Avi Cherry
what's different between my setup and yours? Thanks, Avi Cherry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

sparc RedHat Linux, Native Threads and HotSpot

2000-04-13 Thread Avi Cherry
figurations, and see what might possibly be different about them that could be causing this? Thanks, Avi Cherry -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]