View Single Post
  #3   (View Single Post)  
Old 13th July 2015
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

Quote:
Originally Posted by ibara View Post
Which ones?
I quickly grabbed a few blurbs of text from Wikipedia and the Dragonfly Features page:

In DragonFly, each CPU has its own thread scheduler. Upon creation, threads are assigned to processors and are never preemptively switched from one processor to another

PROCESS CHECKPOINTING
Processes under DragonFly may be "checkpointed" or suspended to disk at any time. They may later be resumed on the originating system, or another system by "thawing" them.

Application snapshots
DragonFly BSD supports Amiga-style resident applications feature: it takes a snapshot of a large, dynamically linked program's virtual memory space after loading, allowing future instances of the program to start much more quickly than it otherwise would have.

Quote:
Originally Posted by ibara View Post
Why?
I've been thinking about a light-weight cluster architecture. 5.7 system freeze - reproducible (post #6)

VKERNEL might also be useful, and/or maybe D-Trace (though, I haven't really thought about the implications). Could be very helpful when there are problems. Tor-0.2.5.12 can crash OpenBSD-5.7-stable (post #3)
Reply With Quote