Open Side Menu Go to the Top

06-29-2008 , 10:31 PM
I would love to have a web based database that I can access from a laptop and a desktop. Currently, syncing takes to long for playing on two machines feasible. Is this possible to do or will the data access take too long for the HUD to display? Can it be done in PT2? PT3?

Krishan
web based database
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
web based database
06-30-2008 , 08:10 AM
just change where postgres is looking I assume and share it over a network to all your pcs, this database pc can then have a lot of ram and ideally 10k rpm disks in a raid 0+1 configuration

writing a web front end in php or similar would also be fairly easy to do if the code was open sourced but made to continue to pay for the binaries
06-30-2008 , 12:41 PM
Network latency shouldn't cause problems if you're on a local network, otherwise it will depend on your network speed.

You can find the following tutorial on how to set up PostgreSQL to work behind a local network without a problem: How To: Network a PostgreSQL Database
06-30-2008 , 09:57 PM
Quote:
Originally Posted by Kraada
Network latency shouldn't cause problems if you're on a local network, otherwise it will depend on your network speed.

You can find the following tutorial on how to set up PostgreSQL to work behind a local network without a problem: How To: Network a PostgreSQL Database
I wouldn't be on a local network. The point is to be able to travel and access data without having to resynch databases.

Krishan
07-01-2008 , 05:59 AM
I suspect that this would be way too slow, and potentially insecure.
Probably the easiest way would just be to have separate DBs on the 2 machines and keep the hand histories you play on each, and have some scripts set up to automatically copy them across to the other computer and do a manual import when you have them together.
web based database
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
web based database

      
m