What is the translation of " MULTIPLE THREADS " in Vietnamese?

['mʌltipl θredz]
['mʌltipl θredz]
nhiều luồng
multiple threads
multiple streams
multiple flows
multiple inflows
numerous threads
nhiều thread
multiple threads
multiple threads
nhiều threads
multiple threads
đa luồng
multi-threaded
multithreaded
multi-threading
multithreading
multiple threads
multi-flow
multipath
multistreaming
multi-stream
multi-passage
nhiều chủ đề
many topics
variety of topics
many themes
many subjects
multiple themes
multiple threads

Examples of using Multiple threads in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Please don't make multiple threads for a single question.
Bạn không nên lập nhiều topic cho một câu hỏi.
The prefork MPM forks off a number of identical Apache processes,while the worker creates multiple threads.
MPM prefork chia ra một số các quá trình Apache giống nhau,còn worker tạo ra nhiều thread.
Just don't make multiple threads for the exact same question.
Đề nghị không tạo nhiều thread cho cùng 1 câu hỏi.
Synchronization is the ability to control the access of multiple threads to shared resources.
Synchronization là khảnăng điều khiển truy cập của nhiều Thread tới nguồn đã chia sẻ.
Java uses multiple threads to carry out multiple tasks in parallel.
Java sử dụng multiple threads để thực hiện các nhiệm vụ song song.
Java provides a convenient way to group multiple threads in a single object.
Java cung cấpmột cách thuận tiện để nhóm nhiều thread trong một đối tượng duy nhất.
If the process has multiple threads of control, it can do more than one task at a time.
Nếu quá trình có nhiều luồng điều khiển, nó có thể thực hiện nhiều hơn một tác vụ tại một thời điểm.
Synchronization is the capability to control the access of multiple threads to any shared resource.
Synchronization là khảnăng điều khiển truy cập của nhiều Thread tới nguồn đã chia sẻ.
If such a script is called in multiple threads, it could potentially bring the system to a grinding halt.
Nếu như việc này được gọi trong nhiều threads, nó có thể làm cho hệ thống bị ngừng hoạt động.
It is generally more efficient for one process that contains multiple threads to serve the same purpose.
Thường sẽ hiệu quả hơn cho một quá trình chứa nhiều luồng phục vụ cùng một mục đích.
A race condition occurs when multiple threads access the shared data and they try to change the data at the same time.
Race Condition là trường hợp khi nhiều threads cùng truy cập vào và cùng lúc muốn thay đổi dữ liệu.
We can write Javaprograms that deal with many tasks at once by defining multiple threads.
Chúng ta có thể viết cácchương trình Java mà xử lý nhiều tác vụ cùng một lúc bằng việc định nghĩa nhiều Thread.
Because of this, we can utilize multiple threads to work on this simultaneously.
Bởi vì điều này, chúng ta có thể sử dụng nhiều luồng để làm việc cùng lúc này.
BufferedReader is synchronized,so read operations on a BufferedReadercan safely be done from multiple threads.
BufferedReader là đồng bộ(synchronized), do đó thao tác đọc trên một BufferedReader có thể thực hiện an toàn từ nhiều thread.
When a variable can be accessed/updated from multiple threads, it normally needs protection from simultaneous changes.
Khi một biến có thể được truy cập/ cập nhật từ nhiều luồng, thông thường cần bảo vệ khỏi các thay đổi đồng thời.
It is especially useful in threaded programming wheninformation must be exchanged safely between multiple threads.
Nó đặc biệt hữu ích trong lập trình đa luồng khi thông tin phải được traođổi một cách an toàn giữa nhiều thread.
Only applications specifically designed to take advantage of multiple threads will see a performance increase.
Chỉ những ứng dụng được thiết kế đặcbiệt để tận dụng lợi thế của nhiều chủ đề sẽ thấy một sự gia tăng hiệu suất.
When a program contains multiple threads then the CPU can switch between the two threads to execute them at the same time.
Khi một chương trình có nhiều chủ đề sau đó CPU có thể chuyển đổi giữa hai chủ đề để thực hiện chúng cùng một lúc.
The pattern requires special treatment in a multithreaded environment so that multiple threads won't create a singleton object several times.
Pattern yêu cầu treatment đặc biệt trong môi trường multithreaded vì thế multiple threads tạo ra singleton object nhiều lần.
Multiple threads can exist within the same process and share resources such as memory, while different processes do not share.
Nhiều thread có thể tồn tại cùng trong một tiến trình và chia sẻ tài nguyên như bộ nhớ, trong khi những tiến trình khác nhau không thế chia sẻ tài nguyên.
An object's lock is a mechanism that is used by multiple threads to obtain synchronized access to the object.
Một lock của đối tượng là mộtkỹ thuật được sử dụng bởi nhiều Thread để thu được truy cập được đồng bộ hóa( synchronized) tới đối tượng đó.
For example, if multiple threads are concurrently searching through a database and one thread returns the result, the remaining threads might be cancelled.
Thí dụ, nếu nhiều luồng đang tìm kiếm đồng thời thông qua một cơ sở dữ liệu và một luồng trả về kết quả, các luồng còn lại có thể bị hủy.
Also, because only onethread can access the kernel at a time, multiple threads are unable to run in parallel on multiprocessors.
Và cũng vì chỉ mộtluồng được tiếp cận kernel trong một lần, các threads khác không thể chạy song song trong hệ thống đa lõi.
If multiple threads are awakened using notifyAll() only one awakened thread at a time can exit the wait() method, since each thread must obtain the lock on the monitor object in turn before exiting wait().
Nếu nhiều thread được gọi dậy bởi notifyAll(), sẽ chỉ có một thread ở một thời điểm, có thể thoát khỏi wait(), bởi mỗi thread cần phải có lock trước khi thoát khỏi wait().
In computing, Inter-Process Communication(IPC)is a set of techniques for the exchange of data among multiple threads in one or more processes.
Trong máy tính, IPC làmột tập hợp các phương pháp trao đổi dữ liệu giữa nhiều chủ đề trong một hoặc nhiều quy trình.
This allows a single core to have multiple threads, such as an Intel Core i7 having four cores and eight threads..
Điều này cho phép bộ vi xử lý có một lõi duy nhất và nhiều threads, chẳng hạn như Intel Core i7 có 4 lõi và 8 threads..
Then the servlet container handles multiple requests by spawning multiple threads, each thread executing the service() method of a single instance of the servlet.
Sau đó Container Servlet xử lýnhiều yêu cầu bởi việc tạo nhiều thread, mỗi thread thực thi phương thức service() cho một đối tượng servlet đơn.
If the static method might be called from multiple threads simultaneously, measures may need to be taken to prevent race conditions that could result in the creation of multiple instances of the class.
Nếu phương pháp tĩnh có thể được gọi từ nhiều luồng đồng thời, cần phải có các biện pháp để ngăn ngừa các điều kiện có thể dẫn đến việc tạo ra nhiều trường hợp của lớp.
If a thread is understood as a single piece of a computer process,then using multiple threads in a single CPU core means more instructions can be understood and processed at once.
Nếu một luồng được hiểu là một phần của một quy trình máy tính,thì việc sử dụng nhiều luồng trong một lõi CPU có nghĩa là có thể hiểu và xử lý nhiều lệnh hơn cùng một lúc.
The possibility of multiple correctexecutions is due to the ISA allowing multiple threads to execute concurrently, often with many possible legal interleavings of instructions from different threads..
Khả năng thực thi nhiều lần chính xác làdo ISA cho phép nhiều luồng thực hiện đồng thời, thường với nhiều sự xen kẽ hợp pháp có thể có của các lệnh từ các luồng khác nhau.
Results: 63, Time: 0.0559

Word-for-word translation

Top dictionary queries

English - Vietnamese