Skip to content

IT & Infrastructure

General IT Discussions

This category can be followed from the open social web via the handle it-infrastructure@forum.codeproject.com

6.1k Topics 18.2k Posts
  • What the diffence?

    performance question
    3
    0 Votes
    3 Posts
    2 Views
    A
    I get a somewhat different impression from the article you quoted. As I understand the article, paging and segmentation are 2 different virtual memory schemes that can be, but are not necessarily, combined for even more involved virtual memory schemes. I didn't fully understand this (and probably still don't). As far a segmented memory addressing (not in relationship to virtual memory), that goes back at least to the 8086/8088. It allowed these processors with 16 bit segment/address registers to address 1 MB of memory rather than being limited to 64K. It did this by adding a 16 bit offset to a 16 segment shifted over by 4 bits producing a 20 bit address. Note that the PC (program counter) is used in conjunction with the Code Segment register for fetching instructions. It is never involved in accessing data. Similarly, a segment and an offset value is all that is needed to produce an address for a data access, though there are addressing modes that add further modifications to this.
  • Windows OS - well maintaining

    question announcement
    7
    0 Votes
    7 Posts
    3 Views
    R
    As others have mentioned, you should have more than one anti-spyware product installed, as no one product catches more than 65% of the current malware in circulation. You also should have a backup plan in place and running; I strongly recommend a separate, external hard drive for this purpose, as saving your backups to a local drive doesn't do you much good when the system crashes completely. Something no one else has mentioned, though, is to have a plan in place for handling future growth. As you use your computer, it's going to get cluttered, and it will eventually become impossible to find things. Set up a plan to organize things on your computer, then stick to it. For starters, reserve a healthy chunk of disk space for Windows; it needs a bunch, and it never stops growing, even when you tell a program to install itself somewhere else. Second, reserve a space for programs and always install them in that space. All programs seem to think you want them in the C:\Program Files directory, and that will eventually kill your computer. Lastly, save a space dedicated to your data - your documents, financial files, pictures, videos, etc. Then remember to change the default locations for data used by all of your installed programs to point to that dedicated space. Most programs, again, think you want all of their data saved on the C: drive, and you have to force them to save stuff elsewhere. My reason for all this is that, when you eventually have to reinstall Windows when it crashes, if you let things go with their defaults you will lose them all. Keeping all your data separate allows you to re-install Windows without losing any of it. Also, by installing all of your programs in a separate space, you keep the size of your backups manageable, as all you really have to back up is the Windows directory. If you can restore from your backup, you won't have to re-install anything - it will all still be where it was before the crash. "A Journey of a Thousand Rest Stops Begins with a Single Movement"
  • What the diffence?

    question
    2
    0 Votes
    2 Posts
    2 Views
    L
    None, AFAIK they are the same. :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that. [The QA section does it automatically now, I hope we soon get it on regular forums as well]
  • AUTOLISP Programming software

    question
    2
    0 Votes
    2 Posts
    2 Views
    L
    gamer1127 wrote: I just need to know which is the most commonly used AUTOLISP or COMMON LISP Programming Software? Where can i download that software? I need it for my concepts in programming language class. See how easy this[^] is! MVP 2010 - are they mad?
  • Logic to Login

    database design help tutorial workspace
    2
    0 Votes
    2 Posts
    4 Views
    R
    Apart from encrypting the password, which you should be doing anyway, the only other thing would be to make sure the password comparison is case sensitive other than that what you have done is pretty standard.
  • CRM Product

    com cloud security testing beta-testing
    4
    0 Votes
    4 Posts
    2 Views
    T
    I can advise here the program for business to whom interestingly! Itself I use to it and I do not complain. Very much simplifies work... crm программа
  • Get Improved Quality and ROI

    com hardware
    2
    0 Votes
    2 Posts
    2 Views
    L
    debrah.h48 wrote: When my friend suggested the name of Embedded360, I had no other choice but to take his word since my project was at a critical juncture. It proved to be a good decision since their model based development approach reduced the total product development cycle time at the same time providing improved quality and ROI. Trust me, Embedded 360 never lets you down. That's a standard marketing-text. The two main problems of the text is that it; - seems to be lost; it's an ad, disguised as a forum-posting - it doesn't explain what an Embedded360 is, nor why I'd want one. BTW, did you know that you can place that link in your signature? That wouldn't be the right spot for an ad, but I don't think that anyone would mind a text saying "proud to work here" with a link to your company :) I are Troll :suss:
  • USD DRIVE WON"T SHOW UP IN DISK MGMT and MY COMPUTER

    help
    5
    0 Votes
    5 Posts
    3 Views
    G
    try this first, then what either of the other two said ... http://support.microsoft.com/kb/315539[^] 'g'
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • Formatting date from bat file

    question
    2
    0 Votes
    2 Posts
    2 Views
    L
    It might be misinterpreted, as the set command gladly accepts a space as a last part of a variable-name. DOS might interpret the request like this; IF "%%D "=="01"( How about something like the batch below? set d=%Date:~3,2% if "%d%" == "01" ( set month=JAN ) else if "%d%" == "02" ( set month=FEB ) .. echo %month% I are Troll :suss:
  • 0 Votes
    8 Posts
    4 Views
    G
    I don't think that the problem is due to the Atom processors.
  • AVI Video Files

    question
    2
    0 Votes
    2 Posts
    4 Views
    G
    There are many video editors that would do it.
  • nullable date time picker

    database wpf wcf help question
    3
    0 Votes
    3 Posts
    2 Views
    M
    Hi, Thanks for your replay,i post this question back in October 19, 2008 m very happy that you post the an answer. :-D
  • using open source systems for enterprise systems

    question collaboration tools help
    4
    0 Votes
    4 Posts
    2 Views
    L
    rohans84 wrote: if I am using a software that falls under GPL, then why need a separate budget? You don't 'need' it, you just want to ask for it. One of the differences between proprietary software and open source software is the price. Asking for a budget forces the client to think about the amount of money involved in the decision. Once they're in a thinking mood, they're open to suggestions. rohans84 wrote: I know that the client has issues concerning security about the data posted in the wikis and I would probably be able to address them too. Depends on the settings, just as commercial software. Is there a specific concern, regarding the database or the communication? rohans84 wrote: But are there any monetary issues if we use softwares under GPL license? We would not be reselling any such product... Not that I know of. You could check the FAQ[^] :) I are Troll :suss:
  • FUTURE OF EDI

    question
    4
    0 Votes
    4 Posts
    3 Views
    M
    thanx for sharing [url=http://www.e-datapro.net]Data Entry India[/url]
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Programmers' Educational Background Survey

    question career algorithms learning
    29
    0 Votes
    29 Posts
    30 Views
    V
    Friend or relative [ ] College Recruiter [X] Checked it out on my own [ ] Other (please specify)_______________________________________ How long have you been a programmer? Check One: [ ] 0 to 6 months [ ] 6 months to 1 year [ ] 1 to 2 years [ ] 2 to 5 years [ ] 5 to 10 years [X] 10+ years What is your highest level of education attained? Check one: [ ] High School [ ] Technical College [ ] Associates Degree [ ] Bachelors Degree [X] Masters Degree [ ] Other (please specify)______________________________________________ Do you have a college degree? Check One: [X] Yes, I have a college degree in programming [ ] Yes, I have a college degree in (other, please specify)________________________ [ ] No, I do not have a college degree Did you become a programmer before or after attending college? (If applicable) Check One: [X] Before [ ] After [ ] Not Applicable If you became a programmer before attending college, how much practical knowledge did you gain from your schooling? Check One: [ ] A great deal [X] Some practical knowledge [ ] No practical knowledge gained [ ] Not applicable: I have not attended college Would you recommend college to someone interested in becoming a programmer? Check One: [X] Yes [ ] No [ ] Maybe What is your current employment status? Check one: [X] I am employed. [ ] I am unemployed and am searching. [ ] I am not looking for a job. [ ] Other (please specify) _______________________________ Vasudevan Deepak Kumar Personal Homepage Tech Gossips The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!
  • What code is this?

    question help
    5
    0 Votes
    5 Posts
    2 Views
    V
    abracadabra Vasudevan Deepak Kumar Personal Homepage Tech Gossips The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!
  • software developer evaluation standard

    question
    2
    0 Votes
    2 Posts
    3 Views
    V
    In India, NASSCOM is trying to bring in something like this: https://nationalskillsregistry.com/[^] Vasudevan Deepak Kumar Personal Homepage Tech Gossips The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!