Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
78 views

How to approach whitelisting an app/exe

We have an application that auto-installs upgrades of itself on our customers' (Windows OS/PCs) computers. It is lightweight (650K) and does a very specific task for our customers in helping us ...
0
votes
1answer
68 views

Are firewalls a bottleneck for persistent http connections?

I am building a client server application, where clients will use a long-lived http sessions to push data from the server to the client (sometimes referred to as http push, reverse ajax, server push, ...
0
votes
0answers
40 views

conntrack delete external destination

my local network is 192.168.10.1/24 how to remove ip connect to/from external network suck as 202.xx with any port. Except from/with 192.xx by conntrack command conntrack -D - ?? thank you.
0
votes
1answer
43 views

HTTP version performance over firewalls

We have a system that makes calls to a web service across a proxy. This is coded in C#, using HttpWebRequest. We've had problems with the speed of these calls for a long time, and I'd been trying to ...