low-latency
Low Latency Networking Technqiues and Silver-Bullets
After some basic googling of low-latency networking I\'ve come up with the following list of things programmers and system designers should consider when embarking on low latency networking:[详细]
2023-03-06 23:21 分类:问答Push received live feed data to 10,000 users?
I\'m after some guidance on a new project I\'m working on that requires low latency and high concurrency. The project involves receiving live data from a third party feed and after some basic processi[详细]
2023-03-04 14:12 分类:问答How can I reduce latency in a Live Smooth Streaming conferencing solution?
I am using Expression Encoder SDK to encode a live recording of my webcam, publish it to a web server supporting IIS 7.5 开发者_运维技巧and Media Services 4 and viewing it with the SmoothStreamingClie[详细]
2023-02-20 16:08 分类:问答Java TCP/IP Socket Performance Problem
Our application is reading data very fast over TCP/IP sockets in Java.We are using the NIO library with a non-blocking Sockets and a Selector to indicate readiness to read. On average, the overall pro[详细]
2023-02-17 05:51 分类:问答Android: Record an audio stream and retrieve the latency information
I want to write simple test program to record audio stream from input jack (microphone?). I must calculate the audio latency information and show it.[详细]
2023-02-12 16:33 分类:问答Best way to learn how to write latency-critical, fast C++/Java/C# code? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-07 10:38 分类:问答Absolute fastest way to store a 32-bit integer to disk?
I have a very la开发者_如何学Pythontency sensitive routine that generates integers sequentially, but needs to store the last generated one to disk in case of a crash or re-start.[详细]
2023-02-07 03:03 分类:问答Low Latency Networking Suggestions (s/w and h/w)
I\'m wondering about various techniques/tips/tricks/silver bullets fellow SO\'ers utilize when investigating network latency issues and the various solutions and optimizations that are Incorporated.开[详细]
2023-01-29 04:03 分类:问答Approximate cost to access various caches and main memory?
Can anyone give me the approximate time (in nanoseconds) to access L1, L2 and L3 caches, as well as main memory on开发者_如何学Python Intel i7 processors?[详细]
2023-01-23 12:44 分类:问答Minimum size for a piece of work to be benefically executed on another thread?
I have a low latency system that receives UDP messages.Depending on the message, the system responds by sending out 0 to 5 messages.Figuring out each possible response takes 50 us (microseconds), so i[详细]
2023-01-20 01:07 分类:问答