Re: Re[5]: Trouble: cluster chat and russian name

2015-06-28 Thread Maxim Solodovnik
Russian tutorial was written by someone from the community (we are not maintaining it) you can try to correct it yourself :))) I'm using this query for creating DB: "CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;" works as expected :) On Mon, Jun 29, 2015 at 2:17

Re[5]: Trouble: cluster chat and russian name

2015-06-28 Thread Alexey Terekhov
Found the solution. https://mariadb.com/kb/en/mariadb/setting-character-sets-and-collations/#example-changing-the-default-character-set-to-utf-8 /etc/mysql/my.cnf [client] ... default-character-set=utf8 ... [mysql] ... default-character-set=utf8 ... [mysqld] ... collation-server = utf8_unicode_c

Re[4]: Trouble: cluster chat and russian name

2015-06-28 Thread Alexey Terekhov
Thanks! :) 1. Test in default persistence.xml - all right with russian char 2. If Use mysql: Ask mariaDB: SHOW VARIABLES LIKE '%character%' character_set_client utf8 character_set_connection utf8 character_set_database latin1 character_set_filesystem binary character_set_results utf8 character

Re: Re[2]: Trouble: cluster chat and russian name

2015-06-27 Thread Maxim Solodovnik
3) OK will wait for detailed steps 1) Actually in your PHP code you might encode russian letters in unusual way :( could you ensure it is being sent and received in "UTF-8"? According to load balancing: Clustering in Red5 is no longer opensourced (it is available in red5pro only which is propriet

Re[2]: Trouble: cluster chat and russian name

2015-06-27 Thread Alexey Terekhov
Hello, Maxim!!! Thanks for the reply !!! 2. Ok. waiting :) 3. Yes, problem with internal OM users with russian characters in their names. Testing & describe after return in Moscow. 1. Sorry, I don't understand. DNS: om1.example.ru(master), omN.example.ru(slaves) My "unknown PHP code" make

Re: Trouble: cluster chat and russian name

2015-06-27 Thread Maxim Solodovnik
Hello Alexey, 1) current cluster implementation increases performance in multiroom configuration only i.e. in case you have 50 people in 2 rooms 20+30 for ex. in such case first room will be hosted by 1 server second room will be hosted by second server and you will have lower CPU/RAM/inet utiliza

Trouble: cluster chat and russian name

2015-06-19 Thread Alexey Terekhov
Hi, Team and User. about my system: I have 2 PC with ubuntu 14.04.2 server Install OM 3.0.6 + mysql(mariaDB) PC in other network ~20km. (channel Internet: (master)50Mbit/s and (slave)100Mbit/s ) NAT configuration: 4master open: 1935, 5080, 8088, sql, nfs 4slave open: 1935, 5080, 8088. Uncommen