Simple Multithreading in C# using Async-Wait D 1:57:00 PM Add Comment Parallel execution has been one of the core techniques of programming languages that enables and stabilizes the heavy orchestrated flow of... Read More
Server Synchronization Technology for a Distributed Server Architecture (DSA) D 5:10:00 PM Add Comment Below is a paper that I wrote for implementing for a real time Server Synchronization Technology for a Distributed Server Architecture ... Read More
Sample Web application architecture D 4:14:00 PM Add Comment A sample customized web application architecture is as shown below - As shown above, all the three tiers of the web server architectur... Read More
Sample PL/SQL script for cleaning a detail table referring a mastertable D 8:24:00 AM Add Comment Have you ever had a need to write a PL/SQL snippet to clean a table. If you are in need, here is one below - Here is a sample PL/SQL code t... Read More
Sample Perl program for cleaning database on a routine basis D 7:41:00 AM Add Comment Here is a samlpe Perl Program that gives you an outline on how to deal with cleaning DB on a routine basis (ofcourse scheudled via cron), l... Read More