CATEGORIES
2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMP
3D GraphicAudio & VideoDesktop ProgrammingWebsite DevelopmentDatabaseBusiness ApplicationsOtherTutsBuzz Stuff 
POLL
What kind of tutorials are you interested in?

Search results for this tag: memory.
12 tutorials have been found in database.
... to list more tags click here
MySQL » 13.10.2008 » by who
0faves
By default MySQL installs a configuration file with big caches and uses up more memory than is needed on most server setups...
PHP » 22.05.2008 » by biohazard
0faves
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load...
PHP » 08.05.2008 » by porteightyeight
0faves
In-function caching can be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.
PHP » 01.04.2008 » by gearup
0faves
This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is very useful for any professional PHP developer as it shows how passing variables by reference will normally result in more (not less) memory being used.
SEO » 27.03.2008 » by who
0faves
We lispers generally look down our noses at regular expressions. Regular expressions are ugly. They are not expressive. However, they are a reality of programming. When used with care, they can express complex text patterns concisely.
C and C++ » 12.12.2007 » by biohazard
0faves
In order to request dynamic memory we use the operator new. new is followed by a data type specifier and -if a sequence of more than one element is required- the number of these within brackets [].
C and C++ » 12.12.2007 » by biohazard
0faves
We have already seen how variables are seen as memory cells that can be accessed using their identifiers. This way we did not have to care about the physical location of our data within memory, we simply used its identifier whenever we wanted to refer to our variable.
C and C++ » 06.12.2007 » by who
0faves
Using vector instead of arrays to prevent most of memory leaks in C and C++.
Adobe Photoshop » 17.11.2007 » by who
0faves
Memories is always in your mind... old, blur are the effects make you remember about your memories. So today I will show you how to apply these effects to your photos.
MySQL » 10.11.2007 » by who
0faves
A collection of 15 tutorial tips on MySQL storage engines. Clear explanations and tutorial exercises are provided on creating tables with MyISAM, InnoDB, and BDB storage engines; checking data files of different storage engines; using MEMORY storage engine for temporary tables.


