Skip to content

Commit

Permalink
daemon na fundamnetação teórica
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Oct 25, 2023
1 parent 6c7c929 commit 47cd97a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions latex/abntex2-modelo-references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
% página 21 do livro Designing distributed systems
@book{kay2004unix,
title={Unix Systems Programming: Communication, Concurrency And Threads, 2/E},
author={Kay, Robbins},
year={2003},
isbn ={0-13-042411-0},
publisher={Pearson Education}
}

@book{martin2017clean,
title = {Clean Architecture: A Craftsman's Guide to Software Structure and Design},
author = {Martin, Robert C.},
Expand Down
Binary file modified latex/main.pdf
Binary file not shown.
9 changes: 7 additions & 2 deletions latex/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,13 @@ \section{Versionamento Semântico (SEMVER)}

\section{Daemon}

Explicar o conceito de Daemon e o porquê de ser últil manter o software rodando
como um processo segundo plano
Um daemon é um processo em segundo plano que normalmente é executado
indefinidamente. O sistema operacional UNIX depende de muitos processos daemon
para realizar tarefas rotineiras (e não tão rotineiras). No ambiente
operacional Solaris, por exemplo, o daemon \texttt{pageout} gerencia a paginação para o gerenciamento
de memória. O \texttt{in.rlogind} lida com solicitações de login remoto. Outros daemons
lidam com correio, transferência de arquivos, estatísticas e solicitações de
impressora, para citar alguns. \cite{kay2004unix}

\section{Princípios SOLID}

Expand Down

0 comments on commit 47cd97a

Please sign in to comment.