0
votes
4answers
61 views
Good book teaching OS using Linux
I am preparing for some interviews and I would like to review OS concepts.
I have found this so far.
I dont want a Linux kernel in a nutshell or administration or programming, but …
0
votes
3answers
47 views
What will happen if a application is large enough to be loaded into the available RAM memory?
There is chance were a heavy weight application that needs to be launched in a low configuration system.. (Especially when the system has too less memory)
Also when we have already …
0
votes
1answer
20 views
Difference between COM DLL & ActiveX control
Few similarities I know..
Both cannot execute by themself. It needs some program to instantiate it.
COM DLL & ActiveX controls are platform independant.. (Is it so..?)
Both r …
2
votes
3answers
121 views
Detect 64-bit or 32-bit Windows from User Agent or Javascript?
I want to offer the right version of a download. The versions I have are:
32-bit Windows
64-bit Windows
Linux
Detecting Linux using the User Agent field is easy; but is it pos …
0
votes
5answers
49 views
What form is DLL & what makes it processor dependant
I know DLL contains one or more exported functions that are compiled, linked, and stored separately..
My question is about not about how to create it.. but it is all about in what …
3
votes
9answers
185 views
Can i execute any c made prog without any os platform???
i googled about it and some where i read ....
Yes, you can. That is happening in the case of embedded systems
As per i think,
NO, its not possible. Any platform must have an oper …
1
vote
2answers
53 views
When process exit, will the memory that’s left undeleted be returned to OS?
I am wondering if i new some object but forget to delete it, when the process exit, will the leaked memory be returned to the OS?
0
votes
1answer
19 views
Random access of multiple files and file caching
This relates to some software I've been given to "fix". The easiest and quickest solution would make it open and read 10 random files out of hundreds and extract some very short st …
4
votes
5answers
153 views
how is sleep implemented at OS level?
I am just interested how sleep(time in ms) is implemented in C lib or basically at the os level..
I am guessing ..
1) may be the based on the processor speed you do a while loop o …
1
vote
3answers
103 views
What Operating Systems Will Free The Memory Leaks?
I've got a desktop program. Most Operating Systems run the program in its own address space.
When the program exits, I believe most operating systems free the memory allocated by …
1
vote
0answers
48 views
Windows 7 MBR problem [closed]
Hi guys, I've been in a trouble last days. I have a 500gb HD with 3 partitions. The bigger one (300GB) is for persisten data (college files, music, etc). In the second i've install …
0
votes
2answers
59 views
What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris?
What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris?
Which is the best operating system to program/develop against?
0
votes
0answers
107 views
Not more than 4 GB allowed on 64bit processor!! [closed]
I am trying to run a memmory intensive program which requires more than 4GB memory. I am running it on 64 bit processor, and i am having 16 GB RAM (which is also visible to me). Bu …
1
vote
7answers
119 views
What’s the difference between operating system “swap” and “page”? [closed]
What is the difference between these 2 terms in Operating System: swap and page?
0
votes
3answers
47 views
Preferred OS for hosting Tomcat servlet container.
I know that I'm taking a risk, pitting the differing OS religions against each other, but I would like professional opinions about hosting a servlet container. In my case the cont …
