Ein Thread, der warten möchte, bis ein anderer Thread zur Ausführung kommt, ruft für diesen Thread join() auf.
join() method cause the current running thread to wait until the thread which calles join() on get finished.
Durch diese Optimierung läuft nur ein Thread für alle Nachrichten.
This optimization runs only one thread for all messages.
Normalerweise ist in der UltraLiteJ-Laufzeitumgebung nur ein Thread gleichzeitig erlaubt.
Normally only one thread is allowed in the UltraLiteJ runtime at a time.
Ein Thread handhabt die Loginphase von Clients.
One thread handles the login phase of clients.
Ein Thread behandelt ein Thema bis zum Abschluss.
One thread deals with one topic until it is closed.
Ein Thread handhabt die "nbuser" Anfragen.
One thread handles the 'nbuser' requests.
Ein Thread akzeptiert neu eingehende Verbindungen.
One thread accepts new incoming connections.
Ein Thread kann aus nur einem Beitrag bestehen oder sich schier endlos über Dutzende Seiten erstrecken.
One thread can consist of only one post, while others can be a never-ending story of dozens of pages.
Ein Thread führt den for-Loop aus.
One thread gets to execute the for loop
Ein Thread übernimmt den Konsolendialog.
One thread handles the console dialog.
Ein Thread bewältigt den gesamten TCP Traffic (Anfragen von verbundenen Clients)
One thread handles all the TCP traffic (requests from connected clients)
Ein Thread empfängt UDP Anfragen.
One thread receives UDP request.
Mit Reactive Programming werden Performanceprobleme gelöst, die durch die Verwendung von Native Threads und des Paradigmas „Ein Thread pro Request" entstehen.
Reactive Programming solves performance problems caused by the use of native threads and the "One thread per request" paradigm.