This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115525 - Log network activity initiated from EDT
Summary: Log network activity initiated from EDT
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 10:27 UTC by _ rkubacki
Modified: 2012-01-04 14:03 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch for security manager (1.20 KB, text/plain)
2007-09-14 10:28 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-09-14 10:27:22 UTC
Connecting to network from event dispatch thread is a bad practice as it can freeze application. One way how to tell
people not to do it is to give them an alarm on such activity.
Comment 1 _ rkubacki 2007-09-14 10:28:09 UTC
Created attachment 48815 [details]
patch for security manager
Comment 2 Antonin Nebuzelsky 2011-12-29 13:34:53 UTC
Good idea. We have tests for FS I/O in EDT now. Let's test also for the network I/O in EDT...

Tomasi, can you investigate?
Comment 3 Tomas Hurka 2012-01-04 14:03:26 UTC
(In reply to comment #2)
> Good idea. We have tests for FS I/O in EDT now. Let's test also for the network
> I/O in EDT...
> 
> Tomasi, can you investigate?
Yes, I will take a look.