File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes Back end process Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Back end process" Watch "Back end process" New topic
Author

Back end process

sing
Ranch Hand

Joined: Nov 29, 2001
Posts: 121
I wondering will it be too heavy if a back end process running without sleep/stop.
Thanks for any comments.
steffy
Vin Kris
Ranch Hand

Joined: Jun 17, 2002
Posts: 154
not neccessarily. unless it is hogging into the memory that will eventually starve your front end application.
sing
Ranch Hand

Joined: Nov 29, 2001
Posts: 121
Thank you very much.
sing
Ranch Hand

Joined: Nov 29, 2001
Posts: 121
Hi,
I used Tomcat to test run the back end program. I found that CPU Usage of my PC is up to 100% although the program is only loop without much process. What should i do to reduce the %?
[ October 15, 2002: Message edited by: Steffy Sing ]
sing
Ranch Hand

Joined: Nov 29, 2001
Posts: 121
I have solved my problem. I just insert sleep(1000) into my program.
 
IntelliJ Java IDE
 
subject: Back end process
 
Threads others viewed
Long Transaction showing Page cannot be displayed
Ajax and PDF data via Javascript
Technical buzzword bingo
Groovy XML
Getting my own website? Need advice.
MyEclipse, The Clear Choice