Praxis wrote:... there were able to save their transporter buffer patterns, but the ENTIRE STATION of Deep Space Nine was unable to contain the patterns of just 5 people, so the computer saved them in the holodeck. Apparently, the holodeck didn't have enough memory either, but could keep them running in realtime. If the holodeck were shut off, the buffers would be lost, but until then the holodeck replaced 5 characters with EXACT REPLICAS of the 5 crewmembers.
I dont know, but as a computer science student i smell some stinking shit here.
First of all, i didnt watch the episode you were speaking about Praxis. The following comments should blame star trek and not you.
there were able to save their transporter buffer patterns
So they saved it... ok... check
Buffer in this case sounds more like a full storage buffer than a streaming buffer. If it was a streaming buffer, then lots of information would have been lost already. Transporter "lock on" thus means a complete storage of relevant information since "transporting" normally takes some seconds. Perhaps they stream it after they "locked on" them, but that isnt really made clear in ST.
Anyway streaming isnt possible. They either got ALL relevant information and could replicate persons in this case, or they wont be able to do it. All information in this case also means including mechanisms like in RAID 5 to recreate lost information.
Streaming would also be very risky, because of the long time beamin g takes. If they are already starting the matter-destruction on one side and the recreation sequence on the other side, they would lose both entities if a system failure occurs meanwhile.
I might be completly wrong here, but all my knowledge of computer systems and solving problems with them rebels against this description.
But there's one epsisode which gives me some self-confidence. In the TNG episode with the Dyson sphere and Scotty being stored inside aging transporter buffers. If there wanst a mechanism to store a COMPLETE transporter pattern, the hole episode whould make no sense.
...Deep Space Nine was unable to contain the patterns of just 5 people
Like i stated above i think streaming isnt possible, so they had to store everything. But now they can't. A very old ship can store the patterns of 2 guys (ok one lost) for many years, but a space station with up-to-date transporters can't.
Sorry, this just stinks, for many reasons.