- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- very slow using Java GUI
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 01:15 PM
тАО11-18-2003 01:15 PM
very slow using Java GUI
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 ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 01:18 PM
тАО11-18-2003 01:18 PM
Re: very slow using Java GUI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 01:22 PM
тАО11-18-2003 01:22 PM
Re: very slow using Java GUI
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 03:47 PM
тАО11-18-2003 03:47 PM
Re: very slow using Java GUI
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 04:08 PM
тАО11-18-2003 04:08 PM
Re: very slow using Java GUI
Thank you,
Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 04:31 PM
тАО11-18-2003 04:31 PM
Re: very slow using Java GUI
DISPLAY=
export DISPLAY
but the java app is still so slow.