eşzamanlı olmadan, eszamanli olmadan, aynı zamanda olmayan, asinkron, eşzamanlı olmayan, asenkron, zamanuyumsuz, aynı zamanda vaki olmayan, zaman uyumsuz, eşzamansız, eşzamansiz,
The way in which signals that are caused by the execution of some code of a thread are generated, pre-1968 evidence, refers to events that are not synchronized in time; contrast to synchronous, Not synchronous; occurring at different times, allowing the client to continue during processing, async, A method of data transfer in which the device cannot proceed to the next block of data until it has received positive acknowledgment that the other device received the block correctly See Also: synchronous, Lacking synchronization In video, a signal is asynchronous when its timing differs from that of the system reference signal, (adj ) See also "synchronous " Literally, "apart from time " Asynchronous communication technologies are effective even when speakers and listeners do not participate at the same time Electronic mail and books are examples of asynchronous technologies; both allow the sender to deposit information into the future, Not occuring at the same time In online courses, asynchronous refers to communication that occurs at different times Common examples of asynchronous communications are e-mail, ListProc, or the WebCT Discussions tool People can communicate at different times by sending, reading, and replying to messages or discussions, Asynchronous activities are time independent Thus Chat is not asynchronous unlike E-mail and Conferencing communication which can happen over a period of time, Asynchronous sockets are a refinement of non-blocking sockets, enabled with the WSAAsyncSelect() call Whenever a call returns WSAEWOULDBLOCK, Winsock promises to send your program a window message when it's safe to try the call again, or when it has completed the request This allows your program to go about its business until Winsock manages to complete the requested function Asynchronous calls allow you to decouple the rest of your program from the network portions, so that a network fault or delay does not unduly impact your program's performance Compare blocking See also this example program to see how to use asynchronous sockets, not synchronous; not occurring or existing at the same time or having the same period or phase (digital communication) pertaining to a transmission technique that does not require a common clock between the communicating devices; timing signals are derived from special characters in the data stream itself, allowing the client to continue during a processing, Not simultaneous; not concurrent in time; opposed to synchronous, not simultaneous, not synchronous, not synchronous; not occurring or existing at the same time or having the same period or phase, (digital communication) pertaining to a transmission technique that does not require a common clock between the communicating devices; timing signals are derived from special characters in the data stream itself, (n ) A method of transmission which does not require a common clock, but separates fields of data by stop and start bits See also synchronous, A type of transmission in which each character is transmitted independently without reference to a standard clock; uses stop and start bits, A transmission method in which information is transferred one discrete character at a time and is delineated by a start and stop indicator at the beginning and end of the character The opposite of asynchronous is SYNCHRONOUS transmission, the transmission and receipt of a message do not occur simultaneously; thus this does not require a dedicated link between two points; see also synchronous Asynchrone, Refers to processes that proceed independently of each other until one process needs to "interrupt" the other process with a request Using the client- server model, the server handles many asynchronous requests from its many clients The client is often able to proceed with other work or must wait on the service requested from the server, A form of concurrent input and output communication transmission with no timing relationship between the two signals Slower-speed asynchronous transmission requires start and stop bits to avoid a dependency on timing clocks (10 bits to send on 8-bit byte) (Contrast with Synchronous), Literally means "not at the same time " An asynchronous course is one in which the instruction is delivered at one time and the work can be done at a different time In asynchronous classes, students and teachers use e-mail, listservs or other technologies which allow them to communicate without having to be in the same place at the same time, The transmission of data between a transmitting and a receiving device that occurs as a series of zeros and ones For the data to be "read" correctly, the receiving device must begin reading at the proper point in the series In asynchronous communication, this coordination is accomplished by having each character surrounded by one or more start and stop bits which designate the beginning and ending points of the information (see Synchronous), Asynchronous could mean: (1) A communication method that transmits each character as a single entity set apart from all other characters by a start bit and a stop bit (2) A reference to the fact that two different data streams, while normally at the same speed, may have a slight variation from each other That is, they are tied to a different reference clock It is quite common for the 28 T-1s in a T3 stream to be asynchronous to each other (3) Data transmitted in a packet format, Not synchronous; not aligned in time Digital logic systems in which signal changes are not related to an overall clock Also RS-232 and similar "serial port" signals, in which byte or character values are transferred bit-by-bit in bit-serial format Since digital signals require both proper logic levels and proper timing to sense those levels, timing is established by the leading edge of a "start bit" sent at the start of each data byte, Loosely coupled, occurring at different times In asynchronous messaging, a message is sent, and the reply is received some time later as a separate transaction, A process that can occur at any time, regardless of the status of the operating system or applications that are running An example is Windows NT's asynchronous procedure call (APC), Asynchronous transmission An approach for acquiring synchronisation on a per byte basis Start and stop bits are used as delimiters Asynchronous transfer An efficient approach for transmitting information where time slots are used on a demand basis (e g ATDM, ATM) rather than on a periodical basis (e g TDM, STM), An operation that proceeds independent of any timing mechanism, such as a clock Compare with synchronous, Transmission where sending and receiving devices are not synchronized Data must carry signals to indicate data division, A type of transmission in which each character is transmitted independently without reference to a standard clock Can also mean that there are different capacities for data transfer in each direction, for example the old 90/200 baud modems and the new ADSL, A method of transmitting data in which the data elements are identified with special start and stop characters An asynchronous modem cannot communicate with a synchronous modem Compare with Synchronous (e g standard Hayes compatible modem),
12
The way in which signals that are caused by the execution of some code of a thread are generated
ts
13
pre-1968 evidence
ts
14
refers to events that are not synchronized in time; contrast to synchronous
ts
15
asynchronous
Not synchronous; occurring at different times
ts
16
asynchronous
allowing the client to continue during processing
ts
17
asynchronous.
async - "The tradeoff is that the first time an async event causes a scheduling point, it incurs the thread creation overhead that it has avoided."
ts
18
asynchronous
A method of data transfer in which the device cannot proceed to the next block of data until it has received positive acknowledgment that the other device received the block correctly See Also: synchronous
ts
19
asynchronous
Lacking synchronization In video, a signal is asynchronous when its timing differs from that of the system reference signal
ts
20
asynchronous
(adj ) See also "synchronous " Literally, "apart from time " Asynchronous communication technologies are effective even when speakers and listeners do not participate at the same time Electronic mail and books are examples of asynchronous technologies; both allow the sender to deposit information into the future
ts
21
asynchronous
Not occuring at the same time In online courses, asynchronous refers to communication that occurs at different times Common examples of asynchronous communications are e-mail, ListProc, or the WebCT Discussions tool People can communicate at different times by sending, reading, and replying to messages or discussions
ts
22
asynchronous
Asynchronous activities are time independent Thus Chat is not asynchronous unlike E-mail and Conferencing communication which can happen over a period of time
ts
23
asynchronous
Asynchronous sockets are a refinement of non-blocking sockets, enabled with the WSAAsyncSelect() call Whenever a call returns WSAEWOULDBLOCK, Winsock promises to send your program a window message when it's safe to try the call again, or when it has completed the request This allows your program to go about its business until Winsock manages to complete the requested function Asynchronous calls allow you to decouple the rest of your program from the network portions, so that a network fault or delay does not unduly impact your program's performance Compare blocking See also this example program to see how to use asynchronous sockets
ts
24
asynchronous
not synchronous; not occurring or existing at the same time or having the same period or phase (digital communication) pertaining to a transmission technique that does not require a common clock between the communicating devices; timing signals are derived from special characters in the data stream itself
ts
25
asynchronous
allowing the client to continue during a processing
ts
26
asynchronous
Not simultaneous; not concurrent in time; opposed to synchronous
ts
27
asynchronous
not simultaneous, not synchronous sıfat
ts
28
asynchronous
not synchronous; not occurring or existing at the same time or having the same period or phase
ts
29
asynchronous
(digital communication) pertaining to a transmission technique that does not require a common clock between the communicating devices; timing signals are derived from special characters in the data stream itself
ts
30
asynchronous
(n ) A method of transmission which does not require a common clock, but separates fields of data by stop and start bits See also synchronous
ts
31
asynchronous
A type of transmission in which each character is transmitted independently without reference to a standard clock; uses stop and start bits
ts
32
asynchronous
A transmission method in which information is transferred one discrete character at a time and is delineated by a start and stop indicator at the beginning and end of the character The opposite of asynchronous is SYNCHRONOUS transmission
ts
33
asynchronous
the transmission and receipt of a message do not occur simultaneously; thus this does not require a dedicated link between two points; see also synchronous Asynchrone
ts
34
asynchronous
Refers to processes that proceed independently of each other until one process needs to "interrupt" the other process with a request Using the client- server model, the server handles many asynchronous requests from its many clients The client is often able to proceed with other work or must wait on the service requested from the server
ts
35
asynchronous
A form of concurrent input and output communication transmission with no timing relationship between the two signals Slower-speed asynchronous transmission requires start and stop bits to avoid a dependency on timing clocks (10 bits to send on 8-bit byte) (Contrast with Synchronous)
ts
36
asynchronous
Literally means "not at the same time " An asynchronous course is one in which the instruction is delivered at one time and the work can be done at a different time In asynchronous classes, students and teachers use e-mail, listservs or other technologies which allow them to communicate without having to be in the same place at the same time
ts
37
asynchronous
The transmission of data between a transmitting and a receiving device that occurs as a series of zeros and ones For the data to be "read" correctly, the receiving device must begin reading at the proper point in the series In asynchronous communication, this coordination is accomplished by having each character surrounded by one or more start and stop bits which designate the beginning and ending points of the information (see Synchronous)
ts
38
asynchronous
Asynchronous could mean: (1) A communication method that transmits each character as a single entity set apart from all other characters by a start bit and a stop bit (2) A reference to the fact that two different data streams, while normally at the same speed, may have a slight variation from each other That is, they are tied to a different reference clock It is quite common for the 28 T-1s in a T3 stream to be asynchronous to each other (3) Data transmitted in a packet format
ts
39
asynchronous
Not synchronous; not aligned in time Digital logic systems in which signal changes are not related to an overall clock Also RS-232 and similar "serial port" signals, in which byte or character values are transferred bit-by-bit in bit-serial format Since digital signals require both proper logic levels and proper timing to sense those levels, timing is established by the leading edge of a "start bit" sent at the start of each data byte
ts
40
asynchronous
Loosely coupled, occurring at different times In asynchronous messaging, a message is sent, and the reply is received some time later as a separate transaction
ts
41
asynchronous
A process that can occur at any time, regardless of the status of the operating system or applications that are running An example is Windows NT's asynchronous procedure call (APC)
ts
42
asynchronous
Asynchronous transmission An approach for acquiring synchronisation on a per byte basis Start and stop bits are used as delimiters Asynchronous transfer An efficient approach for transmitting information where time slots are used on a demand basis (e g ATDM, ATM) rather than on a periodical basis (e g TDM, STM)
ts
43
asynchronous
An operation that proceeds independent of any timing mechanism, such as a clock Compare with synchronous
ts
44
asynchronous
Transmission where sending and receiving devices are not synchronized Data must carry signals to indicate data division
ts
45
asynchronous
A type of transmission in which each character is transmitted independently without reference to a standard clock Can also mean that there are different capacities for data transfer in each direction, for example the old 90/200 baud modems and the new ADSL
ts
46
asynchronous
A method of transmitting data in which the data elements are identified with special start and stop characters An asynchronous modem cannot communicate with a synchronous modem Compare with Synchronous (e g standard Hayes compatible modem)
Some etymologies, pronunciations, function and usage date content for the English translation portion are from Merriam-Webster Online at www.Merriam-Webster.com. Thanks to Online Yunanca Dil Eğitimi for providing some parts of online greek dictionary. To contribute more resources please contact us. Visuals(images) are provided by Google Image Search API. Some parts of the dictionary is contributed by many users, thank you! The content on this site is for informational purposes only. Bu aramada asynchronously kelimesinin sözlük anlamı ve eşanlamı nedir, nasıl okunur hakkında bilgi verilmektedir. asynchronously kelimesinin etimolojik ve eşanlamları ile ilgili açıklamalar ve bilgiler eksiksiz ve hatasız olarak anılmamalıdır. Burada yer alan asynchronously kelimesi ile ilgili tüm açıklamalar bilgi amaçlıdır. Eksik ve hatalı çevirileri lütfen bildiriniz.