1820260 Members
3011 Online
109622 Solutions
New Discussion юеВ

very slow using Java GUI

 
zhaojingqian
New Member

very slow using Java GUI

With my hp server ,I use to make an export DISLAY using xwin32 for a Motif application and
the performance was good.

I am now trying to run Java application(oracle installer) using xwin32, and the performance
are awful. I did already optimize the xwin32 conf, but it is still very
slow.

Did someone already meet this problem ? Why Java decrease the performance
?
Any solution, fix ???
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: very slow using Java GUI

It's just java. As far as I'm concerned, Java sucks and should be done away with!
Steven E. Protter
Exalted Contributor

Re: very slow using Java GUI

I'm with Patrick on the java thing.

Add this to /etc/profile or the user .profile top deal with the DISPLAY issue.

DISPLAY=$(who -m -u | awk '{print $8}'):0.0
export DISPLAY

The oracle installer is slow, but not horrible, I just used it. What product are you installing? Are you sure your HP boxes network speeds are correct?

Might be a good idea to check.

lanscan

Take the number portion of the lan0 and use it in this command lan0 is 0

lanadmin -x 1

If you don't have the speeds you expect, look at hard coding network configuration in /etc/rc.config.d/hpbtlanconf

If the NIC is 100 BT or slower the switch settings must be manual on the switch port, especially for CISCO switches.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
T G Manikandan
Honored Contributor

Re: very slow using Java GUI

It depends!

Oracle database application installation is resource consuming and it depends on the congfiguration of the machine.

If your machine is running with very low memory and this would be the scenario.

Revert with the machine configuration.

you cannot compare this to a normal Motif application

Madhu Sudhan_1
Respected Contributor

Re: very slow using Java GUI

It really depends on your network (intranet connenctivity ) etc., Oracle these days is coming up with installing patches with shell scripts which otherwise would use runInstaller. Iam not sure which Oracle product you are trying to install. I suggest you check if you can install the product or patch without runInstaller, if the option/script is provided with the product/patch you are trying to install.

Thank you,
Madhu
Think Positive
zhaojingqian
New Member

Re: very slow using Java GUI

i only want to install oracle 9i client on hpux 11i,but with the xwin32,5-10 seconds to get a response from a mouse action. my server have 2GB memory ,and the nic run at 100M bps duplux ,in oracle user's .profile i add :
DISPLAY=:0.0
export DISPLAY

but the java app is still so slow.