Tagged Questions

1
vote
1answer
15 views

[WPF].NET Interop or Graphic Card driver Problems, Wrapper win32 window in WPF window.

Recently our application encountered a strange problem. The application has a win32 window in the WPF window, when resize the WPF window, the problem occurred. but only on some computers with …
8
votes
8answers
481 views

Autocomplete server-side implementation

What is a fast and efficient way to implement the server-side component for an autocomplete feature in an html input box? I am writing a service to autocomplete user queries in our web interface's …
2
votes
4answers
101 views

Detect memory intrusion

There are software applications, such as ArtMoney, that edit the memory of other applications. Is there a way to detect when some other application is editing the memory of my application?
1
vote
3answers
73 views

Objective C - int value changing without cause

Objective C - Need help retaining the value of an int. It's changing on me without my command. The original question was : "How do you declare and retain an int?", that was satisfied in another post …
3
votes
6answers
108 views

Does accessing a single struct member pull the entire struct into the Cache?

I've been reading Ulrich Drepper's, "What every programmer should know about memory" and in section 3.3.2 Measurements of Cache Effects ( halfway down the page ) it gives me the impression that …
0
votes
1answer
89 views

Which server parameters to tweak in Solr if I expect heavy writes and light reads?

I am facing scalability issues designing a new Solr cluster and I need to master to be able to handle a relatively high rate of updates with almost no reads - they can be done via slaves. My existing …
0
votes
0answers
19 views

iTunes memory use [closed]

I have noticed that itunes uses only 30 megs of memory with a library of about 1000 songs. I find this very interesting because if I try to load the metadata from 1000 songs into memory, I find that I …
0
votes
1answer
60 views

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they …
2
votes
2answers
76 views

Is it normal that my Grails application is using more than 200 MB memory at startup?

My Grails application is running in a development environment. I still didn't go into production, but in any case, is it normal that my Grails application is requiring 230 MB at startup only (with an …
0
votes
3answers
57 views

word alignment of 4 byte for XOR operations

Is there any advantage in doing bitwise operations on word boundaries? Any CPU or memory optimization in doing so? Actual problem: I am trying to create XOR of two structure. Lets say structure-1 and …
1
vote
1answer
31 views

4.6 QWebView memory leaks?

I wrote a quick test app to use the google analytics scripts in a client app. It works fine using QWebView and QWebFrame* pFrame = m_pWebView->page()->mainFrame(); …
0
votes
1answer
52 views

strange iphone sdk sqlite memory leak

Hi guys, I have a very strange memory leak problem, it seems that sqlite3_step is doing some nasty stuff :| I spent almost 4 hours trying to fix this but no luck till now :( Here it is the code: …
0
votes
0answers
7 views

firefox cache maximum size ? for adobe tv.

i want to know maximum cache size limit for firefox? when i do about:cache i can directly access videos seen, i usually see adobe tv, so what maximum cache limit?is it unlimited or what?
2
votes
3answers
162 views

Memory usage of current process in C

I need to get the memory usage of the current process in C. Can someone offer a code sample of how to do this on a Linux platform? I'm aware of the cat /proc/<your pid>/status method of getting …
0
votes
1answer
217 views

C# word.open() error - Attempted to read or write protected memory

I am trying to open the word document as follows. wordDocument = wordApplication.Documents.Open(ref paramSourceDocPath, ref paramMissing, ref paramMissing, ref paramMissing, ref paramMissing, …

1 2 3 4 5 82 next
15 30 50 per page