Click here to Skip to main content
15,908,674 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Exchange server Pin
Jörgen Andersson29-Mar-08 12:38
professionalJörgen Andersson29-Mar-08 12:38 
QuestionHow to prevent user from changing wallpaper in XP Pin
Amer Rehman28-Mar-08 6:54
Amer Rehman28-Mar-08 6:54 
AnswerRe: How to prevent user from changing wallpaper in XP Pin
Scott Dorman28-Mar-08 16:28
professionalScott Dorman28-Mar-08 16:28 
AnswerRe: How to prevent user from changing wallpaper in XP Pin
Jörgen Andersson29-Mar-08 3:01
professionalJörgen Andersson29-Mar-08 3:01 
Questiondoes windows XP supports MIB-II(SNMP) by default ? Pin
vptech1927-Mar-08 21:01
vptech1927-Mar-08 21:01 
AnswerRe: does windows XP supports MIB-II(SNMP) by default ? Pin
vptech1928-Mar-08 5:15
vptech1928-Mar-08 5:15 
GeneralCommit Charge Pin
Andre Rios27-Mar-08 6:19
Andre Rios27-Mar-08 6:19 
GeneralRe: Commit Charge Pin
Mike Dimmick28-Mar-08 7:04
Mike Dimmick28-Mar-08 7:04 
Out of memory exceptions happen whenever the .NET Framework can't allocate any more memory in the process. Don't try to predict it. Handle the exception.

It's not a good idea to skate along the edge of the Commit Charge Limit (the size of physical memory plus the size of all page files, less whatever physical memory the OS needs for itself) because you'll be swapping.

If you're trying to be like SQL Server and cache as much data in RAM as possible without starting to swap, see the GlobalMemoryStatusEx API and the ullAvailPhys member of the MEMORYSTATUSEX structure. I believe SQL Server tries to keep this value around 10MB.

Windows XP and later provide a way to be notified when free physical memory is either low or abundant. See CreateMemoryResourceNotification for more information.


DoEvents: Generating unexpected recursion since 1991

GeneralShadow Copy problem on Vista Pin
Vitaly Tomilov27-Mar-08 1:16
Vitaly Tomilov27-Mar-08 1:16 
GeneralRe: Shadow Copy problem on Vista Pin
Mike Dimmick27-Mar-08 5:38
Mike Dimmick27-Mar-08 5:38 
GeneralRe: Shadow Copy problem on Vista Pin
Vitaly Tomilov27-Mar-08 6:12
Vitaly Tomilov27-Mar-08 6:12 
GeneralRe: Shadow Copy problem on Vista Pin
Vitaly Tomilov27-Mar-08 6:18
Vitaly Tomilov27-Mar-08 6:18 
QuestionHow to add a property page to the active directory MMC snap-in Pin
ScottM119-Mar-08 20:01
ScottM119-Mar-08 20:01 
AnswerRe: How to add a property page to the active directory MMC snap-in Pin
Johpoke24-Mar-08 9:51
Johpoke24-Mar-08 9:51 
GeneralRe: How to add a property page to the active directory MMC snap-in Pin
ScottM124-Mar-08 21:02
ScottM124-Mar-08 21:02 
Questionwindows registry Pin
erhan_mert18-Mar-08 14:09
erhan_mert18-Mar-08 14:09 
GeneralRe: windows registry Pin
User 171649218-Mar-08 23:44
professionalUser 171649218-Mar-08 23:44 
GeneralRe: windows registry Pin
Sebastian Schneider27-Mar-08 3:53
Sebastian Schneider27-Mar-08 3:53 
GeneralVirus set password in file word Pin
Mekong River16-Mar-08 18:36
Mekong River16-Mar-08 18:36 
GeneralRe: Virus set password in file word Pin
Dave Kreskowiak24-Mar-08 9:42
mveDave Kreskowiak24-Mar-08 9:42 
Questionls command - search all *.log files with timestamp older than a month? Pin
devvvy13-Mar-08 22:12
devvvy13-Mar-08 22:12 
AnswerRe: ls command - search all *.log files with timestamp older than a month? Pin
Sebastian Schneider14-Mar-08 2:34
Sebastian Schneider14-Mar-08 2:34 
QuestionRegistry key DefaultUserName" & "DefaultDomainName" in Vista Pin
nilam24776-Mar-08 0:03
nilam24776-Mar-08 0:03 
GeneralRe: Registry key DefaultUserName" & "DefaultDomainName" in Vista Pin
Mike Dimmick7-Mar-08 10:06
Mike Dimmick7-Mar-08 10:06 
GeneralRe: Registry key DefaultUserName" & "DefaultDomainName" in Vista Pin
Scott Dorman10-Mar-08 7:20
professionalScott Dorman10-Mar-08 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.