Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
52 views

How multiple connections with a single port are maintained

After reading about packet and circuit-switching, I've learned that servers maintain multiple connections with a port by passing down an established client connection to a child process; and that all ...
1
vote
0answers
50 views

synchronous and statistical time division multiplexing

Wiki Definitions: Statistical multiplexing is a type of communication link sharing, very similar to dynamic bandwidth allocation (DBA). In statistical multiplexing, a communication channel is divided ...
1
vote
1answer
334 views

embed srt into mp4/m4v

i have an converted .mp4 video file (or .m4v) + an .srt file. Is there a way for me to embed this .srt file into that mp4 file without running a complete convertion?
4
votes
2answers
736 views

What does “address data multiplexing” and “bus buffering” mean?

In my notes, I keep coming across two terms which are confusing me while looking through my notes on the 8085 processor. The first is address data multiplexing. What is meant by this exactly? I ...
0
votes
2answers
124 views

Setting up a multi monitor office status display

My office has a number of identical monitors laying around that will be trashed unless I can think of something to do with them. I was thinking of getting 2 of these and putting them in an extra box. ...
0
votes
1answer
93 views

How can i have 8 input video signals on one screen

I have 5 video siganls coming from diff cameras. I want that i can attach them to one system which can show me all cameras on one TV screen I forget what to call that system so that i can find on ...
3
votes
10answers
1k views

Inverse multiplexing to speed up file transfer

I have send a large amount of data from one machine to another. If I send with rsync (or any other method), it will go at a steady 320kb/sec. If I initiate two or three transfers at once, each will go ...
3
votes
3answers
743 views

ssh X11 forwarding issue

I have put ForwardX11 in my ~/.ssh/config and then I start a X11 application like this: ssh -f user@host 'someapp; sleep 1' This works fine. The application someapp has a button which opens a ...