Re: Java performance

1998-12-17 Thread Paul Houle
Also, "acceptable performance" depends on your application. If you want to write big numerical codes that run for three months, stick with FORTRAN. If your Java app spends most of it's time waiting for queries to get back from a database, information to come over the net, or for a user t

Re: Is there a linux java editing tool?

1998-06-03 Thread Paul Houle
>Hi, > >Could someone recommend a good editing tool for >java that will run in linux for constucting >classes and applets etc. > >Many thanks > > Matt I reccomend vi, but many people think emacs is a good editor.