I been playing with APE for some time and made some small apps as
well.
I m planning to use it for an enterprise level project. One of the
project goals is to log all chat request. I have tried mysql module on
server side.
I have also tried scaling the APE for concurrent clients. It do live
up to the expectation.

Can some one tell me what will be the efficient way of logging all
chat info.

1. When pipe data is received by server. Log it and then forward it.
2. Store some where in cache and log it in the end. Then the question
is how one knows when to log. If the user just leave without leaving
chat.
3. Store some where and log if server take it as inactivity and close
the connection

Here the concern is on performance. As with 1K+ users the number of
query on mysql on each conversation will causing a lot of load.

Has any one tried that?

Thanx

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/

Reply via email to