A
Alex
Hi, i got a program running in 10 machines, collecting a pice of data every
10 seconds in each of them... right now, i'm saving these into objects and
serializating them in case of a crashing so i can go back to the point where
the program crashed... i know that instead of serialize the objects into
files i can write directly to the DB and reload from there in case of
trouble... my question is, will 10 machines writing all the time to the DB
(Sql Server) will generate too much traffic into the network?? that's why
at the beggining i implemented this idea... is it good? is it bad? any
suggestion??
Thanks.
Alex.
10 seconds in each of them... right now, i'm saving these into objects and
serializating them in case of a crashing so i can go back to the point where
the program crashed... i know that instead of serialize the objects into
files i can write directly to the DB and reload from there in case of
trouble... my question is, will 10 machines writing all the time to the DB
(Sql Server) will generate too much traffic into the network?? that's why
at the beggining i implemented this idea... is it good? is it bad? any
suggestion??
Thanks.
Alex.