Re: 1.3, kernel 2.6, signals

2004-03-16 Thread Tony Reix
ce it there, probably with the Sun or IBM JVMs. Did you try with IBM JVM ? Thanks for helping stabilizing NPTL. Amicalement/Regards, Tony Reix Carpe Diem -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: 1.3, kernel 2.6, signals

2004-03-11 Thread Tony Reix
maybe the problem is in the kernel ... Would it be possible for you to extract the code that produces the problem and provide a very small program we could use in our labs in order to reproduce the problem with our environment (RedHat 9, last 2.6 kernel version, las

Re: How to get better performances from a linux plateforme ?

2003-06-26 Thread Tony Reix
n Linux and Windows. Other figures from official SPECjbb2000 results show that Linux SMP on IA32 is much less scalable (88 %) than AIX/PPC (100%) or other O.S. (2xCPU -> 4xCPU). You should also experiment with JOnAS (ObjectWeb, OpenSource) instead of JBoss. Regards, Tony Reix ---

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Tony Reix
Oooops. I just realized you were talking of IBM JVM 1.4.1 on PPC. not on IA32. Sorry. But their information page about IBM Linux JVMs is still not up-to-date ... Regards, Tony { { > Has anyone been able to get the newly released 1.4.1 development kit from { { > IBM to work. { { { {

Re: IBM PPC 1.4.1 Question

2003-06-06 Thread Tony Reix
. I think they should update this page and -maybe- the version of their test machines. Amicalement/Regards, Tony Reix Carpe Diem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: DatagramSocket and Thread problem (more)

2001-09-25 Thread Tony J. Paul
act [EMAIL PROTECTED] -- --- Tony J. Paul AdventNet Development Center India (P) Ltd., 13-A, Velachery Main Road Velachery Chennai - 600 042 Ph: +91-044-2432414/2748/2749/3484 Ext : 419 Email :[EMAIL PROTECTED] http://www.adventnet.com --- When you aim for perf

Re: Linux Java IDEs

2001-07-01 Thread Tony Dean
Chris, I tend to agree. Unix in general is a developers environment. The old DOS environment and Windoze after it are abysmal development environments. It is only reasonable that IDEs came along to fill that void. In any UNIX environment IDEs never really caught on and I suspect that is is due to

Re: Choosing open source app server for linux

2001-06-23 Thread Tony Dean
en in Python and uses Python and its own scripting. While I was a Java developer for the four years leading up to about a year ago (and occasionally still use Java) one always has to look at the problem space and select tools based on the need. Regards Tony Dean kevin1 wrote: > >

Re: JRE as part of Linux

2001-01-27 Thread Tony Dean
in on one of the Kernel lists this week and see if there is any interest. Regards Tony Dean noisebrain wrote: > > > What is really needed is a pre-started jvm. When you start up a java > > process, the jvm will fork, and the child will su to you and proceed as > > normal. I d

Re: EVENT MODEL PROBLEM

2001-01-22 Thread Tony J. Paul
entDispatchThread.java:93)     at java.awt.EventDispatchThread.run(EventDispatchThread.java:84) ]0;root@ovelix2: /root/project/v00[root@ovelix2 v00]# exit exit Script done on Thu Jan 18 21:31:55 2001 -- --- Tony J. Paul AdventNet Development Cente

Re: localhost ip

2000-11-22 Thread Tony Dean
Joi, A host may have multiple IP addresses. This is called a multi-homed host. Do not confuse multiple IP addresses with Domain addresses. An address may have a domain address plus aliases associated with it. In my home setup I have several machines running on one of the test IP network address

Re: Tomcat + EJB ?

2000-10-05 Thread Tony Dean
Mohd, Tomcat supports Servlets and JSP. For EJB you need something a bit bigger. You may want to look at Enhydra. Mohd Mokhtar wrote: > > Does Tomcat suppport EJB ? I could not found any word in Tomcat > documentation saying it have EJB capabilities. > > Anybody have ideas ? > > --= ahYeop =

Re: Communication with Linux community

2000-07-05 Thread Tony Dean
I would start with the major archive sites. The MIT site is still around at ftp://tsx-11.mit.edu/pub/linux/ and its been there for years. The other major US archive site is http://metalab.unc.edu which used to be sunsite.unc.edu. This is also an old site that is often the source for people who wa

Re: String manipulation

2000-07-05 Thread Tony J. Paul
("SALES FROM COFFEES  ");     stmt.executeQuery(sb.toString());     Moreover, the "+" sign is actually over loaded in JAVA.  Internally, for every "+" a string buffer is instantiated and does what I have shown above. So using string buffer would be more efficient. regards Tony P.     brEezE

problem with jre1.1 on linux 6.x

2000-06-02 Thread Tony J. Paul
bol: > _dl_default_scope     Can any one explain why this is happening?  Any solution for this?       This happens only with jre1.1.6 and not jre117_v3 or jre1.2. regards Tony Paul       ---- Tony Judy Paul, Software En

Re: Sun/Inprise/GPL Linux JDK

1999-12-09 Thread Tony Dean
Dimitrios,   Dimitrios Vyzovitis wrote: Tony Dean wrote: > I presented a paper on using JNI with Linux at the Atlanta Linux > Showcase and the feedback > ran from one guy telling me this was exactly what he needed to someone > else wanting to > rewrite the entire Java class l

Re: Sun/Inprise/GPL Linux JDK

1999-12-09 Thread Tony Dean
= Jim Kimball [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] --  Tony Dean Linux: The choice of a GNU Generation!  

Re: Sun/Inprise/GPL Linux JDK

1999-12-09 Thread Tony Dean
27;ll start making some calls and get back to those who are interested and start a splinter group. Nathan Meyers wrote: Tony Dean wrote: > 1) Sun owns the Java trademark. They have published the VM spec and > the language spec. They permit rogue ports from the specs. There is already an excel

Re: Sun/Inprise/GPL Linux JDK

1999-12-08 Thread Tony Dean
000/SP boxes rock     and IBM wants the Linux community to think of them first.     Idea: While IBM is trying to actually woo the Linux crowd Sun appears to be trying to     tick us all off! Now who is more likely to sell big boxes to Linux users when we need them?     IBM knows --  Tony Dean Linux: The choice of a GNU Generation!  

text will not print in an applet

1999-09-03 Thread Lawson, Tony
Using jdk1.2 pre_v2 I have a simple applet import java.awt.*; import java.applet.Applet; import java.awt.event.*; public class FirstEvent extends Applet implements AdjustmentListener { private Scrollbar slider; private int sliderValue = 0; public void init() {

Re: rh6 and linux solved

1999-07-07 Thread Tony Dean
ed problems first. :) That and jdk1.2 doesn't require you set the classpath, which is nice. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] --  Tony Dean Linux: The choice of a GNU Generation!  

Re: favorite code beautifiers?

1999-07-06 Thread Tony Dean
der linux (C/C++/whatever)... > > Our use is as a documentation tool, so it is not critical that the > output be compilable (e.g. colors, faces, fonts are ok, as long as > such features are configurable). With the functionality in XEmacs you ought to be able to get any output formatting you

Re: Linux Desktop based on JDK 1.2

1999-06-30 Thread Tony Dean
document. Even loose notes would be interesting to see. Any screen shots to be available soon? A very small job for the desktop. BTW how can I launch a applet in a frame window. ? Dunno, but something like the appletviewer comes to mind. --  Tony Dean Linux: The choice of a GNU Generation!  

Re: Linux Desktop based on JDK 1.2

1999-06-29 Thread Tony Dean
having a bunch of fun doing this.  The desktop will talk to the linux bottom end via a api socket server written in C++. Anyone else interested? Cliff Baeseman[EMAIL PROTECTED] Well, I'm curious. --  Tony Dean Linux: The choice of a GNU Generation!  

Re: Java IDE

1999-06-29 Thread Tony Dean
L PROTECTED]    |    http://www.swcp.com/~alrice     Current Location: N. Rio Grande Bioregion, Southwestern USA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] --  Tony Dean Linux: The choice of a GNU Generation!  

JNI 1.0 or 1.1 ?

1999-06-13 Thread Tony Dean
for Java features that use callbacks? Is it JDK 1.0 or 1.1? Will the JDK 1.0 model for JNI continue to be around for a while? --  Tony Dean Linux: The choice of a GNU Generation!  

Native threads delima

1999-06-02 Thread Tony Dean
soon. Don't want to invest too much in stuff that is not likely to be around next year. Yet I want it to work as well on green threads as native threads. So, how does the AWT do it? -- Tony Dean Linux: The choice of a GNU Generation! -

diffs

1999-03-09 Thread Tony Kimball
Is there an ETA for diffs? I want to get this running on FreeBSD ASAP. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Status pages

1999-02-23 Thread Tony Pujals
ery welcome additon to the site (though it's a real crying shame to hear that the port has been running well since November, but nobody can take it for a test drive...). Tony begin: vcard fn: Tony Pujals n: Pujals;Tony org:ObjectMedia, Inc. a

Re: JDK 1.2 Snapshots???

1999-02-16 Thread Tony Pujals
Ouch! ;-) (But I'd still like to know what happened to the web site information?) Tony At 10:14 AM 2/16/99 +, you wrote: >Tony Pujals wrote: > >> Not long ago (not much more than a week ago), the web site had some >> information about the 1.2 port. Where did it

JDK 1.2 Snapshots???

1999-02-16 Thread Tony Pujals
hat's been done by the porting team so far. (If this issue has already been discussed, then I apologize in advance for not researching the archives.) Sincerely, Tony ------ Tony Pujals ObjectMedia, Inc. Tel:(4

Re: Improving Java/Linux support

1999-02-12 Thread Tony Pujals
serve a lot of credit! Tony -- Tony Pujals ObjectMedia, Inc. Tel:(408) 255-2700x101 Fax:(408) 255-5553 Email: [EMAIL PROTECTED] Web:http://www.objectmedia.com Unite for Java - Join the Java Lobby Now! http://w

Re: Improving Java/Linux support

1999-02-12 Thread Tony Pujals
imply--or rather, seemed to; I can't find it now), it would be nice to check it out, even if it's just alpha or beta at this point. In any case, you guys will be heroes when you release it. I'm really looking forward to it. Keep up the good work! Tony Nelson Minar wrote: > >J

Re: More questions from a newbie

1998-12-31 Thread Tony
>love of money? For the love of coding, what else do you need? >Whats the meaning of life? 42 > >Regards >Mo -- Hope you don't mind this overblown reply, but it's only 3 hours past new year in my part of the world and I'm sad enough to be replying to a post on

Re: Sun's Commitment to Port JDK 1.2 to Linux

1998-11-10 Thread Tony Pujals
>There are actual engineers @ Sun who are writing code. We'd be nowhere near as >far along as we are without their help. > >It is my belief that the Linux port will be advertized along with the other >licensees ports on Sun's Java ports page. &g

Sun's Commitment to Port JDK 1.2 to Linux

1998-11-08 Thread Tony Pujals
y curious about when this is likely to happen, and how this changes anything for the Blackdown Java-Linux porting project, if it does at all. If this is an old thread, can anybody tell me how to request an archive from this list server? If not, anybody care to comment now?