Open GoogleCodeExporter opened 9 years ago
This targetted to v0.11.
Original comment by fivefeetfurther@gmail.com
on 19 Jul 2010 at 11:49
Original comment by fivefeetfurther@gmail.com
on 14 Oct 2010 at 2:30
i added the interface called Store, with current implenation JDBCStore that
stores the key/value pair in the MySQL database where key being the session id
and value being the JSON format data.
jWebSocket components either session mgmt, plugins, servers, channels etc.. can
use this Store interface implementation or write custom implementation.
the use of key-value pair system is favored for scalability reasons. Also the
current JDBCStore implementation expects the table used to have 3 colums
1. key
2. value
3. applicationName (session - for session mgmt, channels- channel mgmt) etc..
Original comment by mailtopu...@gmail.com
on 19 Oct 2010 at 12:33
Original issue reported on code.google.com by
fivefeetfurther@gmail.com
on 19 Jul 2010 at 11:48