garbage-collection
How do I remove event handlers when I'm finished with a View and ViewModel, but not the Model
In my application, I am often creating new Views and ViewModels, but persisting the same Models. For example, I might show a simple view of a list of items in my main window, and have another window w[详细]
2023-04-05 11:43 分类:问答Possible memory leaks using Web Workers (Garbage Collector)
I have an app which calls web worker after the button click. The calculations are moved to worker to relieve UI and make it responsive to user actions while calculations are being made.[详细]
2023-04-05 10:17 分类:问答RMI registry not available error
I am runing JBoss AS 5 on Unix. I want to start visualGC remotely from windows 7. First, I have create an RMI Registry on port 8725 -because the RMI registery default port was busy- using the command[详细]
2023-04-05 09:04 分类:问答Why are annotations under Android such a performance issue (slow)?
I\'m the lead author of ORMLite which uses Java annotations on classes to build database schemas.A big startup performance problem for our package turns out to be the calling of annotation methods und[详细]
2023-04-05 07:58 分类:问答AQTime: "Force Garbage Collection" button grayed out
I googled around a bit, but couldn\'t fin开发者_如何学Pythond a reason. My app is mixed (C#, VB.NET, C++/CLI and native C++). AQTime claims to be able to profile this kind of application, that\'s why[详细]
2023-04-05 02:58 分类:问答Does WinRT have Garbage Collection?
Does Win开发者_运维知识库RT have Garbage Collection? Or does it do reference counting as does COM?I found this article, which cites Microsoft\'s Martyn Lovell:[详细]
2023-04-04 18:58 分类:问答Core Foundation object - Potential leak
I have the following (adapted from Apple Low Level File Management - Resolving Aliases) NSString *resolvedPath = nil;[详细]
2023-04-04 14:39 分类:问答How Memory Management is done by CLR
F开发者_如何学JAVArom To Many days I am searching for a detail document which will help me to understand garbage collection done by CLR with example of some lines of coding including some functions,cl[详细]
2023-04-04 08:22 分类:问答Program not proceeding forward
I made my own small thread-safe (confirmed it using many tests)library similar to Looper and Handler in Android for Java with some other extensions. All is perfect fine and it is performing quite well[详细]
2023-04-04 06:25 分类:问答Which JVM to choose for GC hacking?
I have a design for a GC algorithm that I would like to implement for a JVM, to allow benchmarking. Does anyone have any experience as to which implementation would allow the easy hacking, but which[详细]
2023-04-04 01:23 分类:问答