Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any policy regarding the use of a commercial web server as an alternative to writing our own? Say, Apache, with PHP, that reads from a buffer somewhere the images necessary?

0
Posted

Is there any policy regarding the use of a commercial web server as an alternative to writing our own? Say, Apache, with PHP, that reads from a buffer somewhere the images necessary?

0

You don’t need to “write your own webserver,” but you do need to specify its behavior at a high level. “Uses Apache” is not a behavior specification. “Operates in the MP [or MT] model” is closer. “Spawns a new thread to handle each request; each thread pulls a response from a shared pool of images” is better. Q: I had a question about the transcoder. Can it transcode 1000 different video snippets at once no matter what the size, or can it only handle 1Mb per second? If its the latter, then the transcoder can only convert between 1 and 20 camera feeds at a time, and I can design the system that way. If it can do all of the feeds at the same time, this would be optimal, but sounds somewhat unrealistic. I reread the specs on the transcoder, but it was a bit vague, so maybe you could clear it up. A: We didn’t specify the performance of the transcoder, except that under “normal” conditions the CPU can handle all 1000 streams at once in real time. Under load spikes of certain types, the tran

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123