Skip to content

Commit a4ff942

Browse files
authored
Update index.html
1 parent 4c42c2e commit a4ff942

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5+
<link href="https://download-codeplex.sec.s-msft.com/css/v21050/i2036743/StyleSheet.ashx" id="MasterCss" rel="stylesheet" type="text/css" />
6+
<title>Database Task Parallel Foundation - dbParallel for Oracle &#38; SQL Server</title>
7+
</head>
8+
<body>
9+
<h1 class="text_only"><a href="https://github.com/DataBooster/dbParallel" target="_blank">Database Task Parallel Foundation - dbParallel for Oracle &#38; SQL Server</a></h1>
10+
<hr/>
111
<div class="wikidoc">
212
<p><strong>Project Description</strong><br>
313
The dbParallel is a Database Task Parallel Foundation that provides database developers an application level support for parallel programming. Being distinct from Oracle 11g R2's DBMS_PARALLEL_EXECUTE parallelism within a query by chunks, dbParallel works more
@@ -37,7 +47,7 @@
3747
</div>
3848
<div>The example executes Task1-4 in parallel and when everything is finished, the callback task is executed
3949
<em>(in this case callback will be a fail since task 2 failed - timeout)</em>.<br>
40-
<img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=dbparallel&DownloadId=370939" alt="" width="635" height="230" style="vertical-align:middle"></div>
50+
<img src="Home_example1.png" width="635" height="230" style="vertical-align:middle"></div>
4151
<p>&nbsp;</p>
4252
<p><strong>Features</strong><br>
4353
Following API list of current version reflects the features:</p>
@@ -64,7 +74,7 @@
6474
<ul>
6575
<li>VIEW_TPW_PJOB<br>
6676
Displays pJobs' current status:<br>
67-
<img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=dbparallel&DownloadId=740495" alt="">
77+
<img src="Home_VIEW_TPW_PJOB.png" alt="">
6878
<ul>
6979
<li>PJOB_STATE<br>
7080
Just current state. <em>(VIEW_TPW_WK_LOG provides historical state transitions)</em><br>
@@ -92,12 +102,12 @@
92102
</li><li><span style="text-decoration:underline">Windows Service Side</span><br>
93103
At least one Pump Service must reside in Windows Services (or other hosting environment) act as a dispatcher, as shown in the following figure:
94104
</li></ul>
95-
<div style="padding-left:30px"><img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=dbparallel&DownloadId=371725" alt="" width="671" height="349" style="vertical-align:middle"></div>
105+
<div style="padding-left:30px"><img src="Home_WorkPrinciple1.png" width="671" height="349" style="vertical-align:middle"></div>
96106
<p style="padding-left:30px">The dispatcher executes each of the provided tasks, possibly in parallel. No guarantees are made about the order in which the tasks execute or how many degree of parallelism. All tuning settings are located in TPW_PUMP_CONFIG table.<br>
97107
Each Task of a pJob is actually executed in the database through its separate connection. In other words, each Task runs in a different database session. Temporary table and transaction can not be expected to cross Tasks.</p>
98108
<p style="padding-left:30px"><em><span style="text-decoration:underline">Service Mode</span> - (Primary Mode | Standby Mode)</em></p>
99109
<div style="padding-left:30px">A Pump Service always starts up in Standby Mode. Multiple Standby Services can keep running for the same database, one of them will switch to Primary Mode when none Primary Service is active.</div>
100-
<div style="padding-left:150px"><img src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=dbparallel&DownloadId=371727" alt="" width="577" height="387" style="vertical-align:middle"></div>
110+
<div style="padding-left:150px"><img src="Home_WorkPrinciple2.png" width="577" height="387" style="vertical-align:middle"></div>
101111
<p><strong>Security Model</strong></p>
102112
<ul>
103113
<li>To create or operate a pJob:<br>
@@ -147,3 +157,5 @@
147157
<br>
148158
This project is developed in personal time, the source code support can be available only at night - Easten Time (US &amp; Canada).</div>
149159
</div><div class="ClearBoth"></div>
160+
</body>
161+
</html>

0 commit comments

Comments
 (0)