NetTalk Central

Author Topic: Crash - PLEASE HELP!  (Read 9040 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Crash - PLEASE HELP!
« Reply #15 on: August 19, 2015, 05:02:55 AM »
Here is a link so you can see what queries to run in SQL to find the locked spid if indeed it is SQL

https://www.mssqltips.com/sqlservertip/2429/how-to-identify-blocking-in-sql-server-2005-and-2008/

ralonso2001

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Qúbigo ERP
    • Email
Re: Crash - PLEASE HELP!
« Reply #16 on: August 20, 2015, 04:36:13 AM »
Thank you Kevin.
I've made severar tweaks based on yours (and Bruce's) suggestions and it's been 24 hours without a hang!!!
I'm very happy!
I'll let you know how it continues.
Thank you very much (thanks to Bruce also!!!)
Regards,
Rodrigo Alonso
Mendoza - Argentina

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Crash - PLEASE HELP!
« Reply #17 on: August 22, 2015, 03:05:05 AM »
Are you using SSL?

Brian
Brian

ralonso2001

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Qúbigo ERP
    • Email
Re: Crash - PLEASE HELP!
« Reply #18 on: August 23, 2015, 05:47:13 PM »
Hi Brian. No Im not using SSL.
Could SSL improve the performance ? I know its better for security reasons.
Its a lot of work to make my site SSL?

Thank you!!
Regards,
Rodrigo Alonso
Mendoza - Argentina

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Crash - PLEASE HELP!
« Reply #19 on: August 23, 2015, 10:49:19 PM »
Hi Rodrigo,

>> Could SSL improve the performance?

no. SSL makes performance a little bit worse. But it's not really noticable.

>> I know its better for security reasons.

YES. Basically if you are using non-SSL then you should consider all the data to be completely public. (Which is obviously ok for many sites.) But if you have a login and the site is not SSL then you should consider the login to be pretty easy to bypass.

>> Its a lot of work to make my site SSL?

no. It's very simple.
a) get certificate
b) tick "Use SSL" checkbox in app.

cheers
Bruce


ralonso2001

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • Qúbigo ERP
    • Email
Re: Crash - PLEASE HELP!
« Reply #20 on: August 26, 2015, 07:24:13 AM »
Thank you Bruce!
Regards,
Rodrigo Alonso
Mendoza - Argentina