Showing posts with label operating-system. Show all posts
Showing posts with label operating-system. Show all posts

Monday, June 4, 2012

Locking Executing Files: Windows does, Linux doesn"t. Why?


I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.

Friday, May 18, 2012

Tuesday, May 15, 2012

PHP script - detect whether running under linux or Windows?


I have a PHP script that may be placed on a windows system or a linux system. I need to run different commands in either case.

Monday, May 7, 2012

Best OS to deploy a low latency Java application?


We have a low latency trading system (feed handlers, analytics, order entry) written in Java. It uses TCP and UDP extensively, it does not use Infiniband or other non-standard networking.