-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08/24/2010 09:51 PM, Artur Reilin wrote:
> I thinking about coding a chat with sqlite. 

The hard part of implementing chat is not storing the messages, but
rather dealing with all the clients at the same time especially with
potentially hostile networking (eg reading data slower than you send it).

If you want to write one yourself I suggest looking into the Erlang
programming language.

Instead of reinventing the wheel, I suggest you use the open XMPP chat
protocol and open source XMPP servers.  In addition to using any XMPP
client, you can also use a web based client.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxz+RgACgkQmOOfHg372QQArwCfSaFfSfzILiZWs6Z0eaAmAzD3
oSoAoL+onPhAEb/FCPDRmIkuuwDt3Sth
=G+i4
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to