Re: Suggestions Please !!!
- From: "Larry Lard" <larrylard@xxxxxxxxxxx>
- Date: 19 May 2006 04:15:09 -0700
Lee wrote:
Hi,
I am writing a small P2P based application that allows users to message one
another on a network, and sometimes share files by sending them to each
other (no big files.. word docs ect). The P2P network itself uses a central
server for logging on and looking up IP adresses, but if a user is offline
then it also holds any messages for them and sends them when the user logs
on.
I would say that on average each user may send and recieve messages around 6
or 7 times per day, and there is likely to be around 100 users or so on each
P2P network.
now here is the problem... normally i would have a database backend to the
server for holding all the relevent information. but the end users have no
IT skills, so setting up a database for them is too much trouble.
I presume you mean here, installing SQL Server and its associated
maintenance requirements are too much trouble?
I am
thinking of creating a series of sub-directories within the server
directory, each one will be particular to a specific user, so any messages
files ect can be held there until retrieved.
I cannot think of any other way of easily doing this, as the end users
simply want to install the application (and server) and start using it with
minimal fuss.
any suggestions other than the directory idea of how to store user msessages
and files?
Use a file-based database, such as a JET database (mdb) ? No
administrative requirements at all! - at the cost of robustness, sure,
but this doesn't look like it's going to be an enormous database.
--
Larry Lard
Replies to group pleas
.
- Follow-Ups:
- Re: Suggestions Please !!!
- From: Lee
- Re: Suggestions Please !!!
- References:
- Suggestions Please !!!
- From: Lee
- Suggestions Please !!!
- Prev by Date: Re: Threading in C# - Article (free)
- Next by Date: Re: Suggestions Please !!!
- Previous by thread: Re: Suggestions Please !!!
- Next by thread: Re: Suggestions Please !!!
- Index(es):
Relevant Pages
|