hi, i was thinking of a way to share vars with two users, so if a var is changed the change is made for both users... i could do this with the DB but i am short of DB space and what i intend to do with this will need a big amount of tables... rows... and a high cost hosting........
any ideas?
two users shring the same vars without sockets/data files...
Moderator: General Moderators
-
The-Master
- Forum Commoner
- Posts: 45
- Joined: Sun Aug 07, 2005 9:51 am
- Location: Israel
-
The-Master
- Forum Commoner
- Posts: 45
- Joined: Sun Aug 07, 2005 9:51 am
- Location: Israel
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
The-Master
- Forum Commoner
- Posts: 45
- Joined: Sun Aug 07, 2005 9:51 am
- Location: Israel
-
The-Master
- Forum Commoner
- Posts: 45
- Joined: Sun Aug 07, 2005 9:51 am
- Location: Israel
well now i have only 10-12 tables in the DB and each will store alot of data in the future, i am not talking in terms of GB only MB, but what the main problem is that what i am trying to do may cause the DB to recieve data in sizes like 20-100 MB in a second... and that may cuase the server to crash... so what i am asking for is a none-database, none-flat files(not flat files because of it's low security against hostile users...) solution.
I insert many millions of records into a database occasionally .. usually around 50meg of CSV data .. it's not crashed yet. Mind you, it does take a bit more than a second .. about 30 seconds usually (from the MySQL command line). MySQL is a lot more robust that you might think.The-Master wrote:what i am trying to do may cause the DB to recieve data in sizes like 20-100 MB in a second... and that may cuase the server to crash...