Search Results

1
vote

Process and Thread

In operating system theory (and AFAIK this applies to operating systems such as Windows, Linux, *BSD, ...) a process is defined as a thread with its own page table, i.e. its own vi …
0
votes

Serialization of objects: no thread state can be involved, right?

You should NOT try to serialize a state that your program has to disk. Because your program will never have full control over its' state unless it is allowed to by the operating sy …