Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "czas obsługi" wg kryterium: Temat


Wyświetlanie 1-10 z 10
Tytuł:
Variance of service times research on signalized intersections
Badania wariancji czasów obsługi na skrzyżowaniach z sygnalizacją świetlną
Autorzy:
Sierpiński, G.
Powiązania:
https://bibliotekanauki.pl/articles/375152.pdf
Data publikacji:
2007
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
skrzyżowanie
sygnalizacja świetlna
czas obsługi
intersection
road signalling
service time
Opis:
Variance of service times is the measure of dispersion in the process of vehicles service. The article includes results of observation and measurements on several signalized intersections in Katowice. Measurements permitted to estimate variance of service times. Results of simulation research was presented too.
Wariancja czasów obsługi stanowi miarę rozproszenia w procesie obsługi pojazdów. W artykule przedstawiono wyniki badań ruchu na skrzyżowaniach z sygnalizacją świetlną w Katowicach. Badania pozwoliły określić wariancję czasów obsługi. Zaprezentowano także wyniki badań symulacyjnych.
Źródło:
Transport Problems; 2007, 2, 1; 79-85
1896-0596
2300-861X
Pojawia się w:
Transport Problems
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Porównanie wydajności aplikacji internetowych REST API opartych na szkieletach programistycznych JavaScript
REST API performance comparison of web applications based on JavaScript programming frameworks
Autorzy:
Grudniak, Marcin
Dzieńkowski, Mariusz
Powiązania:
https://bibliotekanauki.pl/articles/2055118.pdf
Data publikacji:
2021
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
Express
Hapi
performance analysis
response time of requests
analiza wydajności
czas obsługi żądań
Opis:
Celem pracy było porównanie dwóch technologii do tworzenia aplikacji serwerowych opartych na języku programowania JavaScript. Na potrzeby badań utworzono dwie aplikacje testowe: pierwszą zbudowano na podstawie szkieletu programistycznego Express, a druga została wykonana na bazie szkieletu Hapi. Część kliencką obu aplikacji przygotowano za pomocą biblioteki React. Część kliencka i serwerowa komunikowały się ze sobą za pośrednictwem REST API - uniwersalnego interfejsu HTTP. Aplikacja kliencka wysyłała żądania do aplikacji serwerowej, która następnie wykonywała podstawowe operacje na bazie MongoDB i zwracała rezultat. W ramach pracy opracowano eksperyment składający się z czterech scenariuszy. W każdym scenariuszu operowano na innym typie danych: łańcuchu znaków, tablicy, obiekcie oraz tablicy obiektów. W badaniach skoncentrowano się na aspekcie wydajnościowym - pomiarze czasów obsługi żądań podczas operacji GET, POST, PUT i DELETE. Badania przeprowadzono na dwóch komputerach, a pomiary wykonano dwoma sposobami: za pomocą prostego kodu wbudowanego w aplikacje testowe oraz za pomocą narzędzia Postman. Uzyskane wyniki, po ich uśrednieniu i przeanalizowaniu pozwoliły na sformułowanie wniosku, że szkielet Express okazał się wydajniejszy niż Hapi, ze względu na krótsze czasy obsługi żądań. Tylko w scenariuszu, w którym wykonywano operacje na dużych zbiorach danych, czasy obsługi żądań były na podobnym poziomie.
The aim of the work was to compare two technologies for creating server applications based on the JavaScript pro-gramming language. For the purposes of the research, two test applications were created. The first one was built on the basis of the Express programming framework and the second one on the basis of the Hapi framework. The client part of both applications was prepared using the React library. The client and server parts communicated with each other by means of REST API – the universal HTTP interface. The client application sent requests to the server application which then performed basic operations on the MongoDB basis and returned the result. As part of the work, an experiment consisting of four scenarios was developed. In each scenario, a different type of data was taken into consideration: a string of characters, an array, an object and an array of objects. The research focused on the efficiency aspect – measuring the response time of requests during GET, POST, PUT and DELETE operations. The tests were performed on two computers and the measurements were made in two ways: using a single code embedded in test applications and using the Postman tool. The obtained results, after averaging and analyzing them allowed for the conclusion that the Express framework proved to be more efficient than Hapi due to the shorter response time of requests. Only in the scenario where operations with large datasets were performed was the response time of requests at a similar level.
Źródło:
Journal of Computer Sciences Institute; 2021, 19; 121--125
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The efficiency and reliability of backend technologies: Express, Django, and Spring Boot
Wydajność i niezawodność technologii wytwarzania aplikacji internetowych strony serwera: Express, Django oraz Spring Boot
Autorzy:
Choma, Dominik
Chwaleba, Kinga
Dzieńkowski, Mariusz
Powiązania:
https://bibliotekanauki.pl/articles/27315467.pdf
Data publikacji:
2023
Wydawca:
Politechnika Lubelska. Wydawnictwo Politechniki Lubelskiej
Tematy:
efficiency
reliability
request processing time
Spring Boot
Express
Django
wydajność
niezawodność
czas obsługi żądań
Opis:
Increasing popularity of web applications has led to the development of many technologies that enable their production, both on the clientand server side. This article attempts to compare three most popular server-side frameworks –Django, Spring Boot and Express. Each of the selected technologies is based on a different programming language. These frameworks were compared in terms of request processing time and reliability. Within the conducted research three backend applications handling HTTP requests were created, all of them using the same database consisting of employees’ data. Afterwards, a series of load tests was performed to determine levels of efficiency and reliability of created applications for various numbers of virtual users sending requests to the server at the same time. Five test cases with the following number of requests: 1000, 2000, 4000, 8000, and 16000 were plannedand performed for each type of HTTP requests handled by the server simultaneously. Based on the obtained results, it was concluded thatthe Spring Boot framework was the best in terms of request processing time and high reliability. However, it was noted that for many test cases under extreme load, it had a significantly higher percentage of incorrectly processed requests compared to the Express application,even though the application was noticeably slower. The worst results were observed for Django because the test application created for this framework revealed the longest requests processing time and the highest error rate during processing requests out of the three tested applications. The performed studies helped to determinethe efficiency and reliability of the tested technologies at various levels of load. Furthermore, the studies were crucial in obtaining knowledge aboutthe evaluated frameworks as well as their properties and formulating conclusions that will be able to help the developers choose technologies beforethe implementation of their programming projects.
Wzrastająca popularność aplikacji internetowych doprowadziła do powstania wielu technologii umożliwiających ich wytwarzanie, zarówno po stronie klienta jak i serwera. W niniejszym artykule podjęto się dokonania porównania trzech najbardziej popularnych szkieletów programistycznych strony serwera –Django, Spring Boot, Express. Każda z wybranych technologii opiera się na innym języku programowania. Szkielety zostały porównane pod względem czasu obsługi żądań i niezawodności. W ramach przeprowadzonych badań utworzono trzy serwerowe aplikacje testowe realizujące obsługę żądań HTTP i wykorzystujące tę samą bazę danych, zawierającą dane pracowników. Następnie wykonano serię testów obciążeniowych pozwalających określić wydajność i niezawodność napisanych aplikacji dla różnych liczb wirtualnych użytkowników wysyłających żądania do aplikacji w tym samym momencie. Zaplanowano scenariusze testowe zakładające następujące liczby żądań: 1000, 2000, 4000, 8000 oraz 16000, wykonanych dla każdegoz obsługiwanych przez aplikacje testowe typów żądań HTTP. Na podstawie otrzymanych wyników wywnioskowano, że szkielet programistyczny Spring Boot cechuje się najwyższą prędkością wykonywania żądań oraz wysoką niezawodnością. Jednak zauważono także, że dla wielu przypadków testowych przy ekstremalnym obciążeniu miał on wyraźnie wyższy odsetek błędnie obsłużonych żądań w porównaniu z aplikacją utworzonąna bazie szkieletu Express, pomimo że ta była znacznie wolniejsza. Najsłabsze wyniki zaobserwowano dla Django, ponieważ aplikacja testowa opracowana na podstawie tego szkieletu uzyskała zarówno najdłuższe czasy, jak i najwyższy odsetek błędów podczas obsługi żądań spośród wszystkich trzech testowanych aplikacji. Wykonane badania pozwoliły określić wydajność oraz niezawodność przebadanych technologii przy różnych poziomach obciążenia, pozwoliły poznać działanie i właściwości testowanych szkieletów oraz sformułować wnioski, które mogą pomóc deweloperom w doborze technologii przed realizacjąich projektów programistycznych.
Źródło:
Informatyka, Automatyka, Pomiary w Gospodarce i Ochronie Środowiska; 2023, 13, 4; 73--78
2083-0157
2391-6761
Pojawia się w:
Informatyka, Automatyka, Pomiary w Gospodarce i Ochronie Środowiska
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Assessment of the repair infrastructure efficiency with regard to maintenance of farm machines
Ocena efektywności zaplecza naprawczego w zakresie obsług technicznych maszyn rolniczych
Autorzy:
Tomczyk, W.
Powiązania:
https://bibliotekanauki.pl/articles/956538.pdf
Data publikacji:
2015
Wydawca:
Polskie Towarzystwo Inżynierii Rolniczej
Tematy:
farm machine
maintenance
repair
effectiveness
maintenance time
maszyna rolnicza
obsługa techniczna
naprawa
efektywność
czas obsługi technicznej
Opis:
Efficient repair and maintenance infrastructure, which technically supervises machines and devices in production processes, has a significant impact on the improvement of efficiency of the machine and devices application in production processes. In a present situation, with the use of complex and in many cases expensive machines with high structural and quality parameters, users may significantly influence the increase of the degree of their use through optimization of time devoted to efficient repair and maintenance treatments. The fundamental objective of the paper was to analyse the time during which farm machines stay in repair shops during periodical service and maintenance in the aspect of their performance effectiveness. The index of organizational effectiveness designated for assessment of shops which carry out maintenance of machines was determined. The relation between the coefficient of technical use of a machine and the index of effectiveness of the maintenance and repair system organization in a repair shop were determined. A functional scheme of the machine operation system was presented. This scheme in a general aspect covers functional relations of main components of the service and maintenance system of shops in the aspect of quality assessment of their particular subsystems.
Na poprawę efektywności wykorzystania maszyn i urządzeń w procesach produkcyjnych w dużej mierze ma wpływ sprawnie działające zaplecze obsługowo-naprawcze, sprawujące nad nimi nadzór techniczny. W obecnej sytuacji, dysponując skomplikowanymi i w wielu przypadkach kosztownymi maszynami o wysokich parametrach konstrukcyjno-jakościowych, użytkownicy mogą w istotny sposób wpływać na zwiększenie stopnia ich wykorzystania poprzez optymalizację czasów poświęconych na sprawne przeprowadzenie zabiegów obsługowo-naprawczych. Zasadniczym celem pracy była analiza czasu przebywania maszyn rolniczych w warsztatach podczas wykonywania obsług okresowych i napraw w aspekcie efektywności działania tychże warsztatów. Wyznaczono wskaźnik efektywności organizacyjnej przeznaczony do oceny warsztatów przeprowadzających obsługi techniczne maszyn. Określono zależność pomiędzy współczynnikiem wykorzystania technicznego maszyn i wskaźnikiem efektywności organizacji systemu obsługi i napraw w warsztacie. Przedstawiono schemat funkcjonalny systemu obsługiwania maszyn. Schemat ten w ujęciu ogólnym ujmuje powiązania funkcjonalne głównych elementów systemu obsługowo-naprawczego warsztatów w aspekcie oceny jakościowej poszczególnych ich podsystemów.
Źródło:
Agricultural Engineering; 2015, 19, 3; 131-138
2083-1587
Pojawia się w:
Agricultural Engineering
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analysis of an M|G|1|R queue with batch arrivals and two hysteretic overload control policies
Autorzy:
Gaidamaka, Y.
Pechinkin, A.
Razumchik, R.
Samouylov, K.
Sopin, E.
Powiązania:
https://bibliotekanauki.pl/articles/330114.pdf
Data publikacji:
2014
Wydawca:
Uniwersytet Zielonogórski. Oficyna Wydawnicza
Tematy:
queueing system
batch arrival
general service time
overload
hysteretic load control
system kolejkowy
czas obsługi
przeciążenie
Opis:
Hysteretic control of arrivals is one of the most easy-to-implement and effective solutions of overload problems occurring in SIP-servers. A mathematical model of an SIP server based on the queueing system [...] with batch arrivals and two hysteretic loops is being analyzed. This paper proposes two analytical methods for studying performance characteristics related to the number of customers in the system. Two control policies defined by instants when it is decided to change the system’s mode are considered. The expression for an important performance characteristic of each policy (the mean time between changes in the system mode) is presented. Numerical examples that allow comparison of the efficiency of both policies are given.
Źródło:
International Journal of Applied Mathematics and Computer Science; 2014, 24, 3; 519-534
1641-876X
2083-8492
Pojawia się w:
International Journal of Applied Mathematics and Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Remaining service time prediction for corroded shell of a steel tank used for liquid petroleum fuels storage
Autorzy:
Maslak, Mariusz
Pazdanowski, Michał
Powiązania:
https://bibliotekanauki.pl/articles/27323679.pdf
Data publikacji:
2023
Wydawca:
Centrum Rzeczoznawstwa Budowlanego Sp. z o.o.
Tematy:
steel tank
corrosion
durability prediction
remaining service time
time to failure
zbiornik stalowy
korozja
przewidywanie trwałości
czas do awarii
czas obsługi pozostały
Opis:
A numerical example allowing for effective forecasting of the remaining service time for corroded steel shell of a tank used to store liquid petroleum fuels is presented. This time is interpreted here as a period of time counted from the moment of an obligatory tank shell inspection to the moment of the anticipated shell failure understood as the loss of the capacity to safely resist the loads applied to it. Reaching the limit value of failure probability, i.e. the highest probability of failure acceptable to the tank user, is in this approach a determinant of such failure. The detailed considerations pertain to a typical on-the-ground storage tank equipped with a floating roof, located in one of fuel depots in the south of Poland. The forecast has been prepared based on measurements of the random thickness of tank shell weakened by corrosion and measured after 27 years of service time. In the recommended analysis fully probabilistic computational procedures have been applied. This led to a more credible and less conservative service time assessment than the one usually determined via the traditional standard approach. For comparative purposes qualitatively different but formally corresponding safety measures have been applied to describe the obtained results.
Źródło:
Inżynieria Bezpieczeństwa Obiektów Antropogenicznych; 2023, 4; 105--127
2450-1859
2450-8721
Pojawia się w:
Inżynieria Bezpieczeństwa Obiektów Antropogenicznych
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Recurrence relations for two-channel closed queueing systems with Erlangian service times
Autorzy:
Kopytko, B.
Zhernovyi, K.
Powiązania:
https://bibliotekanauki.pl/articles/122421.pdf
Data publikacji:
2018
Wydawca:
Politechnika Częstochowska. Wydawnictwo Politechniki Częstochowskiej
Tematy:
two-channel closed queueing system
Erlangian service times
fictitious phase method
recurrence relations
system kolejkowania dwukanałowy
czas obsługi Erlanga
rozkład Erlanga
Opis:
This paper proposes a method for determining the steady-state characteristics of two-channel closed queueing systems with an exponential distribution of the time generation of service requests and the Erlang distributions of the service times. Recurrence relations for computing the steady-state distribution of the number of customers in the system are deduced. The obtained algorithms are tested on examples using simulation models in the GPSS World environment.
Źródło:
Journal of Applied Mathematics and Computational Mechanics; 2018, 17, 1; 37-48
2299-9965
Pojawia się w:
Journal of Applied Mathematics and Computational Mechanics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Calculating steady-state probabilities of single-channel queueing systems with changes of service times depending on the queue length
Autorzy:
Zhernovyi, Yuriy
Kopytko, Bohdan
Powiązania:
https://bibliotekanauki.pl/articles/122726.pdf
Data publikacji:
2019
Wydawca:
Politechnika Częstochowska. Wydawnictwo Politechniki Częstochowskiej
Tematy:
single-channel queueing system
service times changes depending of the queue length
hyperexponential approximation
rozkład hiperesponencjalny
czas obsługi
system kolejkowania jednokanałowy
długość kolejki
Opis:
In this paper, we propose a method for calculating steady-state probabilities of the G/G/1/m and M/G/1/m queueing systems with service times changes depending of the number of customers in the system. The method is based on the use of fictitious phases and hyperexponential approximations with parameters of the paradoxical and complex type. A change in the service mode can only occur at the moment the service is started. We verified the obtained numerical results using the potential method and simulation models, constructed by means of GPSS World.
Źródło:
Journal of Applied Mathematics and Computational Mechanics; 2019, 18, 3; 107-117
2299-9965
Pojawia się w:
Journal of Applied Mathematics and Computational Mechanics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
The potentials method for the M/G/1/m queue with customer dropping and hysteretic strategy of the service time change
Autorzy:
Zhernovyi, Y.
Kopytko, B.
Powiązania:
https://bibliotekanauki.pl/articles/122350.pdf
Data publikacji:
2016
Wydawca:
Politechnika Częstochowska. Wydawnictwo Politechniki Częstochowskiej
Tematy:
single-channel queueing system
random dropping of customers
hysteretic strategy for service time
potentials method
stationary characteristics
system kolejkowania jednokanałowy
metoda potencjałów
charakterystyka stacjonarna
czas obsługi
Opis:
We propose a method for determining the probabilistic characteristics of the M/G/1/m queueing system with the random dropping of arrivals and distribution of the service time depending on the queue length. Two sets of service modes, with the service time distribution functions Fn (x) and Fn (x) respectively, are used according to the twothreshold hysteretic strategy. The Laplace transforms for the distribution of the number of customers in the system during the busy period and for the distribution function of the length of the busy period are found. The developed algorithm for calculating the stationary characteristics of the system is tested with the help of a simulation model constructed with the assistance of GPSS World tools.
Źródło:
Journal of Applied Mathematics and Computational Mechanics; 2016, 15, 1; 197-210
2299-9965
Pojawia się w:
Journal of Applied Mathematics and Computational Mechanics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Recurrence relations for two-channel queueing systems with Erlangian service times and hysteretic strategy of random dropping of customers
Autorzy:
Zhernovyi, Y.
Kopytko, B.
Powiązania:
https://bibliotekanauki.pl/articles/122986.pdf
Data publikacji:
2018
Wydawca:
Politechnika Częstochowska. Wydawnictwo Politechniki Częstochowskiej
Tematy:
two-channel queueing system
Erlangian service times
random dropping of customers
fictitious phase method
hysteretic strategy
recurrence relations
steady-state characteristics
czas obsługi Erlanga
strategia histeretyczna
system kolejkowania dwukanałowy
Opis:
This article proposes a method of study the M/Es/2/m and M/Es/2/∞ queueing systems with a hysteretic strategy of random dropping of customers. Recurrence relations are obtained to compute the stationary distribution of the number of customers and steadystate characteristics. The constructed algorithms were tested on examples with the use of simulation models constructed with the help of GPSS World.
Źródło:
Journal of Applied Mathematics and Computational Mechanics; 2018, 17, 2; 93-103
2299-9965
Pojawia się w:
Journal of Applied Mathematics and Computational Mechanics
Dostawca treści:
Biblioteka Nauki
Artykuł
    Wyświetlanie 1-10 z 10

    Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies