Closed
Bug 425045
Opened 17 years ago
Closed 16 years ago
CPU 100% when openning server with delay
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rdllopes, Unassigned)
Details
(Keywords: perf)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
I'm a web developer using j2ee. Frequently, I deploy a new version of my application in application server (Tomcat, JBoss, Oracle OC4j). During deploying, the AS don't reply http request for a specific path (of this application). In this condition, Firefox 3b4 uses 100% CPU.
Reproducible: Always
Steps to Reproduce:
1. Deploy an application in an application-server.
2. Request specific application url in this application server during deploying.
3.
Actual Results:
100% CPU usage
Expected Results:
0% CPU usage
Reporter | ||
Comment 1•17 years ago
|
||
Error in Firefox 3b4. Ignore User-Agent Info!
Updated•17 years ago
|
Component: General → Networking: HTTP
Product: Firefox → Core
QA Contact: general → networking.http
Comment 2•17 years ago
|
||
You mean that you get high cpu if you enter a URL from a server that doesn't respond or does it happen if parts of a page are missing (images) ?
Is this http or https ?
Reporter | ||
Comment 3•17 years ago
|
||
Hi Matthias,
I mean I get high cpu if I enter a URL from a server that doesn't respond...
I guess I can explain better using wget:
server: 172.168.5.155
port: 7777
application: AutorizadorControlado
welcome page: index.faces (Java Server Faces)
wget http://172.168.5.155:7777/AutorizadorControlado/index.faces
--16:04:22-- http://172.168.5.155:7777/AutorizadorControlado/index.faces
=> `index.faces'
Connecting to 172.168.5.155:7777... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://172.168.5.155:7777/AutorizadorControlado/login/login.faces [following]
--16:04:22-- http://172.168.5.155:7777/AutorizadorControlado/login/login.faces
=> `login.faces.1'
Connecting to 172.168.5.155:7777... connected.
HTTP request sent, awaiting response... (long delay! servlet is running) 200 OK
Length: unspecified [text/html]
[ <=> ] 21,488 --.--K/s
16:05:20 (1.80 MB/s) - `login.faces.1' saved [21488]
If I'd used firefox "during long delay" moment I would have get high cpu.
Reporter | ||
Comment 5•16 years ago
|
||
Wayne. The answer is no. Since Firefox 3.0, the bug is not replicable anymore.
;)
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•