Hey guys,

I have a big problem, when I started this project I completely ignored split
the data for each user, and the results of that is the manage of one user for 
time, really bad. Now I try resolve this and all ideas result very dificult (at 
least in code). I can resolve a part of this problem, the storage in disk, 
creating one file for each user with your data, but this don't fix the problem 
of keep those data independent from the other users in memory. (a second user 
can modify the data of the first user and viceversa under the same data 
structure). I think in threads, each with its own data structure, but I don't 
know if this is possible and how make that.

The project is https://github.com/hmcab/anauj and the data structures to change 
are (vcamposg , vcamposg-td , vcrudg , vcrudg-per).

Any other idea? I need only new ideas and examples.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to