I have a program that accumulates traffic from network interface in 800 Mb/s. This program is developed by Delphi, also in 32bit platform(Delphi does not support 64bit architecture).
I am a newbie working in a simple Rails app that translates a document (long string) from a language to another. The dictionary is a table of terms (a string regexp to find and substitute, and a block
I am investigating a strange problem with my application, where the behaviour is different on 2 versions of Windows:
I am having difficulty getting my head around memory management in the following segment of code on iPhone SDK 3.1.
I am getting in out of memory exception while using system.drawing intensively in my windows service.
I have an overflow memory usage problem and I need to scan all my scripts. My question is how can I s开发者_运维技巧how a list of running mysql queries in php?If the problem is on MySQL site this cou
Which interpreted languages pointer-free language开发者_JAVA百科s (IE: Python, Java, Perl, PHP, Ruby, Javascript, etc) have manual memory management? I don\'t recall ever hearing of one.
I have something like this: void Test(void) { char errorMessage[256]; spintf(errorMessage,... blablabla);
I have a command line C program for which I use the calloc() function to assign some memory for a struct which also has a struct in it with some memory assigned.
I use datamodel to store 2 objects : Video, Images. Video contain just string attributes and Images have 2 \"Binary data\" attributes.