Re: URL class heavy on COU usage
From: Boudewijn Dijkstra (usenet_at_bdijkstra.tmfweb.nl)
Date: 09/24/04
- Next message: jmm-list-gn: "Re: URL class heavy on COU usage"
- Previous message: sinister: "java, X, and VNC"
- In reply to: jmm-list-gn: "URL class heavy on COU usage"
- Next in thread: jmm-list-gn: "Re: URL class heavy on COU usage"
- Reply: jmm-list-gn: "Re: URL class heavy on COU usage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Sep 2004 23:35:23 +0200
"jmm-list-gn" <jmm-list.AXSPAMGN@sohnen-moe.com> schreef in bericht
news:0qWdnXdwQ6w7JM7cRVn-sQ@giganews.com...
> Hello,
> Java v1.4.2_05.
> I am using the URL and HttpsURLConnection classes in a program. As soon
> as the openConnection() method is called, the CPU usage goes to 100%
> greatly slowing the functioning of other programs. When the connection
> closes, the usage drops back to normal.
> Is this expected? A possible problem in the JVM?
Any unbuffered system stream is likely to draw 100% CPU, period.
- Next message: jmm-list-gn: "Re: URL class heavy on COU usage"
- Previous message: sinister: "java, X, and VNC"
- In reply to: jmm-list-gn: "URL class heavy on COU usage"
- Next in thread: jmm-list-gn: "Re: URL class heavy on COU usage"
- Reply: jmm-list-gn: "Re: URL class heavy on COU usage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|