4339 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
5 results tagged process x
  • multithreading - What is the difference between a process and a thread - Stack Overflow

    Both processes and threads are independent sequences of execution. The typical difference is that threads (of the same process) run in a shared memory space, while processes run in separate memory spaces.

    2016年1月8日 GMT+1 上午11:39:44 - permalink - archive.org - http://stackoverflow.com/questions/200469/what-is-the-difference-between-a-process-and-a-thread
    process thread
  • linux - Is it possible to detach a process from its terminal? (Or, "I should have used screen!") - Server Fault

    ctrl+z
    bg
    disown %1
    exit

    2015年10月7日 GMT+2 下午4:16:16 - permalink - archive.org - http://serverfault.com/questions/34750/is-it-possible-to-detach-a-process-from-its-terminal-or-i-should-have-used-s
    background detach process
  • Find out which process uses an old lib and needs a restart after a system update | commandlinefu.com

    lsof | grep 'DEL.lib'
    lsof | grep 'DEL.
    lib' | sort -k1,1 -u

    pour la libc : lsof | grep 'DEL'|grep libc-2.13.so|sort -k1,1 -u

    2015年1月27日 GMT+1 下午4:55:11 - permalink - archive.org - http://www.commandlinefu.com/commands/view/8579/find-out-which-process-uses-an-old-lib-and-needs-a-restart-after-a-system-update
    lib process
  • thumbnail
    Inter-process communication - Wikipedia, the free encyclopedia
    • http://en.wikipedia.org/wiki/Unix_domain_socket+
    • http://en.wikipedia.org/wiki/Named_pipe
    2014年1月3日 GMT+1 下午5:08:20 - permalink - archive.org - http://en.wikipedia.org/wiki/Inter-process_communication
    communication fifo ipc linux pipe process socket unix
  • bash - How do you find the age of a long-running Linux process and then kill it? - Stack Overflow
    2013年10月10日 GMT+2 下午1:19:54 - permalink - archive.org - http://stackoverflow.com/questions/6134/how-do-you-find-the-age-of-a-long-running-linux-process-and-then-kill-it
    bash etime process time
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation