2009/4/20 Nitsan Bin-Nun <nit...@binnun.co.il>:
> Hi Guys,
>
> I have created few chats in the past, but I'm trying to create a new one
> which saves on HTTP requests and do not become an overkill to the server as
> more users get in.
>
> The chat is a one on one, I'm trying to achieve this:
> * A user sends a message
> * The message is not saved/save temporarily on the server
> * The message is showed to the other user
>
> Any ideas how i should implement this?
>
> I have no idea how to build it in the most efficiency way, any notes or
> recommendations or
> anything that I should pay attention to during development will be very
> appreciated.

Not sure what you mean by "chats" but is it anything like this...

    http://pnotes.org/

If so then I'm happy to talk about how I implemented it. Unfortunately
I can't release the code because it was developed for a client, but
it's pretty simple in concept.

-Stuart

-- 
http://stut.net/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to