I am testing a split version of my db (for this will be the final product) but I am noticing a much slower response rate. I was doing some research on persistent connections and I had a question.
Does having a persistent connection prevent more than one user from inputing a new record at the same time? Meaning, if one user has the form open (which would mean the connection is open) would this prevent anyone else from using the form on their distributed FE to add or update a record?
Thanks in advance!
Does having a persistent connection prevent more than one user from inputing a new record at the same time? Meaning, if one user has the form open (which would mean the connection is open) would this prevent anyone else from using the form on their distributed FE to add or update a record?
Thanks in advance!