Glossary entry (derived from question below)
English term or phrase:
pipe
Lithuanian translation:
konvejerinis failas
Added to glossary by
Rasa Racevičiūtė
Dec 27, 2002 08:44
22 yrs ago
1 viewer *
English term
pipe
English to Lithuanian
Tech/Engineering
Linux system administration
gal jau yra koks nors padorus šio termino vertimas į lietuvių kalbą?
"A named pipe, also called a FIFO (first in, first out), is a special file type that allows independent processes to communicate with each other. The first process opens a specified filethe pipefor writing. That process or another opens the same file for reading. The processes communicate via that file. All communication between the process and the pipe is unidirectional. Each time the file is opened, whether for reading or writing, the open function blocks other processes from opening the same pipe for the same activity. That is, if the pipe is opened for read-only, the open function will not return, thereby blocking any requests to open that same pipe for read-only; attempts to open the pipe for writing will cause the open for read-only to terminate. If, on the other hand, the pipe is opened for writing, all attempts to open the same pipe for writing will be blocked, but the first attempt to open it for reading will be allowed."
"A named pipe, also called a FIFO (first in, first out), is a special file type that allows independent processes to communicate with each other. The first process opens a specified filethe pipefor writing. That process or another opens the same file for reading. The processes communicate via that file. All communication between the process and the pipe is unidirectional. Each time the file is opened, whether for reading or writing, the open function blocks other processes from opening the same pipe for the same activity. That is, if the pipe is opened for read-only, the open function will not return, thereby blocking any requests to open that same pipe for read-only; attempts to open the pipe for writing will cause the open for read-only to terminate. If, on the other hand, the pipe is opened for writing, all attempts to open the same pipe for writing will be blocked, but the first attempt to open it for reading will be allowed."
Proposed translations
(Lithuanian)
5 | konverteris, keitiklis; kanalas, abstraktusis failas; konvejeris, konvejerinis failas |
Ernestas Lomsargis
![]() |
Proposed translations
12 hrs
Selected
konverteris, keitiklis; kanalas, abstraktusis failas; konvejeris, konvejerinis failas
Štai ką radau aiškinamajame anglų-lietuvių kalbų kompiuterijos terminų žodyne:
pipe - 1. konverteris, keitiklis - programinis įrenginys, užtikrinantis procesų, programų, įrenginių sąveiką. 2. kanalas, abstraktusis failas - atminties sritis, kurią gali naudoti vienas procesas perduoti informaciją kitam procesui
Taip pat manau verta atkreipti dėmesį ir į kitus žodžius, kuriuose yra šaknis pipe:
pipeline - konvejeris - susietų, paeiliui vykdomų procesų (programų, komandų) arba kartu dirbančių procesorių eilė, kai vieno elemento išeiga yra kito įeiga
piping - konvejerizavimas
command piping - komandų konvejerizavimas
piping of data - konvejerinė duomenų perkeltis (iš vienos programos į kitą)
Panašios reikšmės pateiktos ir anglų-lietuvių kalbų kompiuterijos terminų žodynėlyje.
Jei būtų mano valia, versčiau konvejerinis failas, nes šis terminas bene aiškiausiai atitinka klausime pateiktą aprašymą.
pipe - 1. konverteris, keitiklis - programinis įrenginys, užtikrinantis procesų, programų, įrenginių sąveiką. 2. kanalas, abstraktusis failas - atminties sritis, kurią gali naudoti vienas procesas perduoti informaciją kitam procesui
Taip pat manau verta atkreipti dėmesį ir į kitus žodžius, kuriuose yra šaknis pipe:
pipeline - konvejeris - susietų, paeiliui vykdomų procesų (programų, komandų) arba kartu dirbančių procesorių eilė, kai vieno elemento išeiga yra kito įeiga
piping - konvejerizavimas
command piping - komandų konvejerizavimas
piping of data - konvejerinė duomenų perkeltis (iš vienos programos į kitą)
Panašios reikšmės pateiktos ir anglų-lietuvių kalbų kompiuterijos terminų žodynėlyje.
Jei būtų mano valia, versčiau konvejerinis failas, nes šis terminas bene aiškiausiai atitinka klausime pateiktą aprašymą.
4 KudoZ points awarded for this answer.
Something went wrong...