PHP Manual
PEAR Manual
Smarty Manual
PostgreSQL
MySQL Manual
Perl Manual
Ciekawe adresy
- Prezent dla niego
- Hiszpański Poznań
- Real estate properties Barcelona
- Egipt
- Serwis Konica Minolta
- Ubezpieczenie Na Życie
- Wypożyczalnia Narzędzi
- Manekiny
Czytnik RSS
» Aktualizacja: Agora odpala sieć reklamy efektywnościowejUruchomiona przez Agorę sieć PayPer.pl oferuje powierzchnie reklamowe dla kampanii efektywnościowych. Za rozwój sieci odpowiada Dorota Bachman.
» Uniwersytet Missouri: małe baterie atomowe
Baterie nuklearne, wytwarzające energię z rozkładu radioizotopów są atrakcyjną propozycją do wielu zastosowań, ponieważ izotopy, które je zasilają mogą dostarczać użytecznej ilości prądu przez setki lat przy gęstościach elektrycznych milion razy wyższych niż w standardowych bateriach. Baterie atomowe służyły wojsku i służbom powietrznym przez wiele lat, jednak ich duża wielkość ograniczała powszechne użytkowanie.
» Komunikator głosowy z funkcją wideo w Gmailu
Firma Google wprowadziła komunikator głosowy z funkcją wideo w ramach poczty elektronicznej Gmail, która umożliwia teraz użytkownikom prowadzenie darmowych czatów głosowych i wideo. Aby skorzystać z usługi, potrzebna jest jedynie kamera internetowa i mała wtyczka do przeglądarki. To wystarczy, aby prowadzić wideokonferencje z rodziną, znajomymi, przyjaciółmi i współpracownikami, którzy używają tej samej aplikacji i usługi Gmail. Nowa funkcja pozwala na rozpoczęcie rozmowy wideo bez opuszczania skrzynki email i otwierania nowego konta. W przypadku braku kamery internetowej można wciąż korzystać z czatu głosowego. Aplikacja jest niezwykle prosta w obsłudze i przyjazna użytkownikowi.
» Wasko partnerem Interactive Intelligence
Umowa pozwoli Wasko rozszerzyć ofertę działu telekomunikacji i wzmocnić obecność na rynku, szczególnie w sektorze administracji publicznej i rządowej.
16.5. shutting down the server
there are several ways to shut down the database server. you control the type of shutdown by sending different signals to the postmaster process.
- sigterm
after receiving sigterm, the server disallows new connections, but lets existing sessions end their work normally. it shuts down only after all of the sessions terminate normally. this is the smart shutdown.
- sigint
the server disallows new connections and sends all existing server processes sigterm, which will cause them to abort their current transactions and exit promptly. it then waits for the server processes to exit and finally shuts down. this is the fast shutdown.
- sigquit
this is the immediate shutdown, which will cause the postmaster process to send a sigquit to all child processes and exit immediately, without properly shutting itself down. the child processes likewise exit immediately upon receiving sigquit. this will lead to recovery (by replaying the wal log) upon next start-up. this is recommended only in emergencies.
the pg_ctl program provides a convenient interface for sending these signals to shut down the server.
alternatively, you can send the signal directly using kill. the pid of the postmaster process can be found using the ps program, or from the file postmaster.pid in the data directory. for example, to do a fast shutdown:
$ kill -int `head -1 /usr/local/pgsql/data/postmaster.pid`
important: it is best not to use sigkill to shut down the server. doing so will prevent the server from releasing shared memory and semaphores, which may then have to be done manually before a new server can be started. furthermore, sigkill kills the postmaster process without letting it relay the signal to its subprocesses, so it will be necessary to kill the individual subprocesses by hand as well.
Najskuteczniejsza reklama to pozycjonowanie - Pozycjonowanie stron <= zajrzyj tu i dowiedz się więcej o pozycjonowanie stron