Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/16/2016 in Posts

  1. In linux, macs and 2016+ windows you can only have 1024 connections, but I believe this includes any in the time_wait state. If your server side is the one closing connections maybe you're running out of sockets to talk on? Also, at least on windows you can get access to the underlying socket using http://digital.ni.com/public.nsf/allkb/7EFCA5D83B59DFDC86256D60007F5839 You could potentially add keepalives at the socket level rather than implementing yourself (its just an input to setsockopt and the windows equivalent).
    1 point
  2. This is the main reason ActiveX and .NET are banned from my projects. HTML is the output of choice, currently. You can even use simple string replace on keywords in report templates for most things. You don't have to be a web developer but if you can palm it off, erm, I mean, outsource it to IT, then that's a bonus. It also means that later, with a bit of javascript, you can make them into "live" reports and interfaces.
    1 point
  3. I am pretty sure executing that private method also triggers a parent side SQL query DELETE FROM tblWillBeneficiariesWHERE child=shoneill;
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.