<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
Hi all again,<BR>
<BR>
I want to start a project, and I have a &quot;little&quot; doubt.<BR>
<BR>
The project, is a web game. This web game, will be a game like Ogame.<BR>
<BR>
This game, will do a lot of requests to the server through Ajax and or Comet, and I would like to know, about how many concurrents connections can a squeak image hold.<BR>
<BR>
Imagine each user have a little map, a local chat of the place it is, a global chat, a canvas drawing an interface, and so on.<BR>
<BR>
All of this, has to be updated each 500ms<BR>
<BR>
Is this possible?<BR>
<BR>
</BODY>
</HTML>