Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,
I have developed a project by name "chatting system" using core java & TCP/IP . the communication is by the way of text message.Client-server technology is used.A separate database is not used, as the system is assumed to be working as subsystem of the main. Temporary RAM is used to store the names of users logged in.
I have some questions in this project.
These are:
1.what is the maximum number of users that, they chat concurrently in a LAN chatting system in an organisation having 500 employees(users)?
2. what is the capacity of the server?
3.what are the demerits of chatting system?
4.what are the factors that affect the server?
5.In an organisation having 8000 employees , whether this project will work properly?
if not, what is required?

please answer the same

thanks regards

paniraj
Posted

1 solution

1. 20% chatting should be enough - but why limit the number? You could use some logging to figure the actual number of chatters.

2. Don't know - it's not my server

3. abuse? non work related chatting?

4. traffic, ...?

5. tell us. it's YOUR project. We were not working on it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900