4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    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.

      January 8, 2016 at 11:39:44 AM GMT+1 - 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

      October 7, 2015 at 4:16:16 PM GMT+2 - 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

      January 27, 2015 at 4:55:11 PM GMT+1 - 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
      January 3, 2014 at 5:08:20 PM GMT+1 - 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
      October 10, 2013 at 1:19:54 PM GMT+2 - 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