Re: [Koha] Error in SIP2's encoding when clients connect parallel in same time
Hello I changed privacy of file. By the way i put some info of file in here <login id="test1" password="test1" delimeter="|" error-detect="enabled" institution="34" encoding="utf8"/> And I have question about server parameters. I configured like that <server-params min_servers='15' min_spare_servers='8' log_file='Sys::Syslog' syslog_ident='koha_sip' syslog_facility='local6' /> Is it wrong? Should i do min_servers=' 1' and in_spare_servers=' 0 ' ? Thanks Ahmet Melih
I think the SIP config looks OK. As long as min_servers is n, you should be able to handle n concurrent connections. I don't think the problem is that you are connecting two clients at a time. The SIP servers are running as each own process with a per connection session, and shouldn't interfere with each other. I'm sorry I don't know what could be wrong. Encoding problems are never fun:( Petter Goksøyr Åsen Deichmanske bibliotek / Oslo Public Library ________________________________________ Fra: Koha [koha-bounces@lists.katipo.co.nz] på vegne av Ahmet Melih Başbuğ [melihbasbug@gmail.com] Sendt: 22. november 2016 12:19 Til: Tajoli Zeno; koha@lists.katipo.co.nz Emne: Re: [Koha] Error in SIP2's encoding when clients connect parallel in same time Hello I changed privacy of file. By the way i put some info of file in here <login id="test1" password="test1" delimeter="|" error-detect="enabled" institution="34" encoding="utf8"/> And I have question about server parameters. I configured like that <server-params min_servers='15' min_spare_servers='8' log_file='Sys::Syslog' syslog_ident='koha_sip' syslog_facility='local6' /> Is it wrong? Should i do min_servers=' 1' and in_spare_servers=' 0 ' ? Thanks Ahmet Melih _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Hello Petter. Thanks for reply. I tried some tests. I reconfigure SIPconfig command as min_servers=' 1' and in_spare_servers=' 0 ' Then I connect from telnet by 2 different terminal and send commands, it works right ( Other terminal will give result when I close one of that terminal). I thought it works fine. However After 2-3 hours, I connect by telnet and I see character of 'ü' are correct but character of 'ı' and 'ş' turned '?' Now, I reconfigure crontab commands to restart SIP every 15 minutes. My boss thoughts the reason could be by RFID terminal clients. However we don't know. These tools are bought from a company. I see that if i don't configure min_servers=' 1' and in_spare_servers=' 0 ' parameters, I got encoding error in these tests which i refered in first mail. Thanks Ahmet Melih
Hello. I continue about my test over SIP2 and last test; The SIP server and processes are working 2:30 hours and no clients connect to SIP. Meanwhile, First client connect to SIP ports and I see the carachters are corrupted. Thanks Ahmet Melih
participants (2)
-
Ahmet Melih Başbuğ -
Petter Goksøyr Åsen