Not Found
Sorry, but you are looking for something that isn't here.
Free Web Cron Application for Windows
To cut a long story short I’ve been getting really annoyed creating web crons to execute background jobs for an ever growing number of php sites. What makes it even worse on Windows is that scheduled tasks and batch files can get pretty messy real fast.
Being even more annoyed than usual today I figured I [...]
Approximating Linear Cost Computation for Polynomial Cost Computation Problems
Polynomial cost computation is simply not scalable while linear cost computation is usually scalable depending on the angle of its growth slope. Fixed cost computation is almost always guaranteed to be scalable regardless of the data size. For this reason linear cost computation is always preferable to polynomial cost computation. The fact that fixed cost [...]
Increase ASP Dot Net Website Loading Speed Using Web GZip Compression
Sadly a large number ASP.Net web applications on the internet often do not use HTTP GZIP compression.
Most modern browsers support GZIP compression. The benefits of compression are huge essentially significantly reducing the size of the HTML content that needs to be transfered. The end result is that the page loads in the browser in a [...]
Offloading Heavy Processing In Dot Net Web Applications
Executing heavy long running processing jobs within the application page lifecycle hardly ever desirable from a user experience point of view.
After all no user likes to click a button and wait 5 minutes for a response.
So how can we handle this?
This is where IIS application pools comes in to save the day. Lets take a [...]
High Performance Remoting for Network Computing
“remoting remoting everywhere not a drop to drink.” This is often the case when it comes to finding a remoting solution for network computing applications.
The primary remoting requirement for network computing applications is maximum throughput of transactions.
Just to make this clear consider the following two scenarios:
1) An EDI application that executes 10,000 transactions per hour [...]
About tcwicks
Recent Post
Popular Post
- Increase ASP Dot Net Website Loading Speed Using Web GZip Compression (10907 views)
- Life - Oh island in the sun (8111 views)
- About Me (5888 views)
- Offloading Heavy Processing In Dot Net Web Applications (5279 views)
- Increasing Performance in Dot Net Web Applications by Caching Relatively Static Data. (5244 views)
- Approximating Linear Cost Computation for Polynomial Cost Computation Problems (4655 views)
- Free Web Cron Application for Windows (4611 views)
- High Performance Remoting for Network Computing (3442 views)
- A social networking study - What went wrong (1943 views)
