Subject | English | Malay |
comp., MS | asynchronous communication layer | lapisan komunikasi tak segerak (The layer of AJAX functionality that takes care of communication between the browser and the server) |
comp., MS | Asynchronous JavaScript And XML | JavaScript Dan XML Tak Segerak (A set of technologies consisting of a client-side script framework, server controls, and more) |
comp., MS | asynchronous method call | panggilan kaedah tak segerak (A method call that returns to the caller immediately regardless of whether processing has completed. The results of processing are returned through another call on another thread. Asynchronous methods free the caller from having to wait until processing has finished) |
comp., MS | asynchronous pattern | corak tak segerak (A core technology in the .NET Framework which provides an efficient model to manage asynchronous operations and a consistent programming model) |
comp., MS | asynchronous postback | hantar kembali tak segerak (In ASP.NET, the process of sending Web page data (plus viewstate and other necessary metadata) from the browser to the server without a complete postback and without blocking the user from continuing to work in the page. Asynchronous postbacks are an important feature of AJAX technology) |
comp., MS | asynchronous transfer mode | mod pindahan tak segerak (A high-speed, connection-oriented, virtual circuit-based packet switching protocol used to transport many different types of network traffic. ATM packages data in 53-byte, fixed-length cells that can be switched quickly between logical connections on a network) |
comp., MS | event-based asynchronous pattern | corak tak segerak berasaskan peristiwa (A design pattern that uses events to expose asynchronous features of a class) |