<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>All In Short</title>
	<atom:link href="http://janaka077.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://janaka077.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 05 Dec 2008 03:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='janaka077.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2b30e04c8443eb61300ceb5bccd8c4dc?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>All In Short</title>
		<link>http://janaka077.wordpress.com</link>
	</image>
			<item>
		<title>Next Post</title>
		<link>http://janaka077.wordpress.com/2008/12/05/3/</link>
		<comments>http://janaka077.wordpress.com/2008/12/05/3/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 03:59:28 +0000</pubDate>
		<dc:creator>janaka077</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://janaka077.wordpress.com/?p=3</guid>
		<description><![CDATA[Only for Solaris Users
This commands are very helpful when you need to debug your application or If you want to monitor application performances.
System and process monitoring commands

 prstat
 ptree
 pstack
 pkill
 pmap
 pfiles

prstat
prstat is a process statistic monitoring utility. It shows CPU utilization, memory usage, user, process ID and few other information of each process.
Example:
$ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janaka077.wordpress.com&blog=3114834&post=3&subd=janaka077&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3 class="post-title entry-title"><a href="http://janaka077.blogspot.com/2008/12/only-for-solaris-users.html">Only for Solaris Users</a></h3>
<p>This commands are very helpful when you need to debug your application or If you want to monitor application performances.</p>
<p>System and process monitoring commands</p>
<ul>
<li> prstat</li>
<li> ptree</li>
<li> pstack</li>
<li> pkill</li>
<li> pmap</li>
<li> pfiles</li>
</ul>
<p><span style="font-size:130%;">prstat</span></p>
<p>prstat is a process statistic monitoring utility. It shows CPU utilization, memory usage, user, process ID and few other information of each process.</p>
<p>Example:<br />
<span style="font-size:85%;"><span style="font-family:courier new;">$ prstat</span></span></p>
<p><span style="font-family:courier new;"> PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP </span><br />
<span style="font-family:courier new;"> 28465 ex19       46M   44M sleep   59    0   0:17:22 0.3% WSA/1</span><br />
<span style="font-family:courier new;"> 21861 ex19       67M   50M sleep   59    0   0:17:23 0.3% SHU/1</span><br />
<span style="font-family:courier new;"> 28385 ex19      120M  101M sleep   59    0   0:15:08 0.2% OrderC/5</span><br />
<span style="font-family:courier new;"> 4420 ex7       141M  121M sleep   59    0   0:01:29 0.2% FDriver_/4</span><br />
<span style="font-family:courier new;"> 21784 ex19       12M   11M sleep   59    0   0:14:44 0.2% SGA/1</span><br />
<span style="font-family:courier new;"> 17050 ex7       120M   96M sleep   59    0   0:03:24 0.2% Orche/5</span><br />
<span style="font-family:courier new;"> 16684 ex7        18M   16M sleep   59    0   0:02:50 0.2% SGA/1</span><br />
<span style="font-family:courier new;"> 17413 ex7       121M   97M sleep   59    0   0:03:17 0.2% Iate/4</span><br />
<span style="font-family:courier new;"> 28433 ex19       41M   17M sleep   59    0   0:11:17 0.2% ServiceD/4</span><br />
<span style="font-family:courier new;"> 17470 ex7      9160K 7712K sleep   59    0   0:02:09 0.2% SSM/1</span><br />
<span style="font-family:courier new;"> 3952 ex20     9160K 7860K sleep   59    0   0:00:37 0.2% SSM/1</span><br />
<span style="font-family:courier new;"> 17214 ex7        25M   20M sleep   59    0   0:02:13 0.2% Sequr/3</span><br />
<span style="font-family:courier new;"> 28536 ex19     7912K 6464K sleep   59    0   0:10:17 0.2% SSM/1</span><br />
<span style="font-family:courier new;">Total: 13 processes, 575 lwps, load averages: 4.31, 4.32, 4.31</span></p>
<p>If you need to view information of selected process. You can do by giving process ID.</p>
<p>Example:</p>
<p><span style="font-family:courier new;font-size:85%;">$ prstat –p  28465<br />
PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP<br />
28465 ex19       46M   44M sleep   59    0   0:17:22 0.3% WSA/1</span></p>
<p>Total: 1 processes, 575 lwps, load averages: 4.31, 4.32, 4.31</p>
<p><span style="font-size:130%;">ptree</span></p>
<p>This command shows parent-child relation ship of running processes. When it execute with out any argument then it shows information of all process. If process id is specified then it only shows information regarding that process.</p>
<p>Example:</p>
<p>With out Process ID:<br />
<span style="font-family:courier new;font-size:85%;">$ptree<br />
7     /lib/svc/bin/svc.startd<br />
258   /usr/lib/saf/sac -t 300<br />
290   /usr/lib/saf/ttymon<br />
270   /usr/lib/saf/ttymon -g -d /dev/console -l console -m ldterm,ttcompat -h -p v20z<br />
9     /lib/svc/bin/svc.configd<br />
109   /usr/lib/sysevent/syseventd<br />
306   /usr/sbin/cron<br />
3119  sh -c chmod 755 $HOME/run_prstat; ./run_prstat<br />
3127  /bin/bash ./run_prstat<br />
11381 prstat -n 50 -c 5<br />
11382 sleep 5<br />
307   /usr/lib/inet/inetd start<br />
16055 /bin/sh /lib/svc/method/rpc-ttdbserverd<br />
16065 /usr/openwin/bin/rpc.ttdbserverd<br />
115   /usr/sbin/in.telnetd<br />
118   -bash</span></p>
<p><span style="font-size:100%;"><span style="font-size:100%;"><span style="font-family:times new roman;">With Process ID:</span></span></span></p>
<p>$ ptree 22961<br />
301   /usr/lib/ssh/sshd<br />
21571 /usr/lib/ssh/sshd<br />
21578 /usr/lib/ssh/sshd<br />
21580 -ksh<br />
22961 /opt/filebench/bin/filebench<br />
22962 shadow -a shadow -i 1 -s ffffffff10000000 -m /var/tmp/fbench9Ca<br />
22963 shadow -a shadow -i 2 -s ffffffff10000000 -m /var/tmp/fbench9Ca<br />
22964 shadow -a shadow -i 3 -s ffffffff10000000 -m /var/tmp/fbench9Ca<br />
22965 shadow -a shadow -i 4 -s ffffffff10000000 -m /var/tmp/fbench9Ca</p>
<p><span style="font-size:130%;">pstack</span></p>
<p>The stacks of all or specific threads within a process can be displayed with the pstack command. This is very help full when you developing multithreaded applications.</p>
<p>Example:<br />
<span style="font-size:85%;"><span style="font-family:courier new;">$ pstack 23154</span><br />
<span style="font-family:courier new;">23154:  shadow -a shadow -i 193 -s ffffffff10000000 -m /var/tmp/fbench9Cai2S</span><br />
<span style="font-family:courier new;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;  lwp# 1 / thread# 1  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br />
<span style="font-family:courier new;"> ffffffff7e7ce0f4 lwp_wait (2, ffffffff7fffe9cc)</span><br />
<span style="font-family:courier new;"> ffffffff7e7c9528 _thrp_join (2, 0, 0, 1, 100000000, ffffffff7fffe9cc)   38</span><br />
<span style="font-family:courier new;"> 0000000100018300 threadflow_init (ffffffff3722f1b0, ffffffff10000000, 10006a658, 0, 0, 1000888b0)   184</span><br />
<span style="font-family:courier new;"> 00000001000172f8 procflow_exec (6a000, 10006a000, 0, 6a000, 5, ffffffff3722f1b0)   15c</span><br />
<span style="font-family:courier new;"> 0000000100026558 main (a3400, ffffffff7ffff948, ffffffff7fffeff8, a4000, 0, 1)   414</span><br />
<span style="font-family:courier new;"> 000000010001585c _start (0, 0, 0, 0, 0, 0)   17c</span><br />
<span style="font-family:courier new;">&#8212;&#8212;&#8212;&#8212;&#8212;-  lwp# 2 / thread# 2  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span><br />
<span style="font-family:courier new;"> 000000010001ae90 flowoplib_hog (30d40, ffffffff651f3650, 30d40, ffffffff373aa3b8, 1, 2e906)   68</span><br />
<span style="font-family:courier new;"> 00000001000194a4 flowop_start (ffffffff373aa3b8, 0, 1, 0, 1, 1000888b0)   408</span><br />
<span style="font-family:courier new;"> ffffffff7e7ccea0 _lwp_start (0, 0, 0, 0, 0, 0)</span></span></p>
<p><span style="font-size:130%;">pkill</span></p>
<p>The pkill command provides a convenient way to send signals to a list or processes matching certain criteria.</p>
<p>Example:<br />
<span style="font-family:courier new;font-size:85%;"><br />
$ pkill a.out</span></p>
<p><span style="font-size:130%;">pmap<br />
</span><br />
The pmap command inspects a process, displaying every mapping within the process&#8217;s address space. The amount of resident, nonshared anonymous, and locked memory is shown for each mapping. This allows you to estimate shared and private memory usage.</p>
<p>Example:<br />
<span style="font-family:courier new;font-size:85%;">$ pmap -x 102908<br />
102908:   sh<br />
Address   Kbytes Resident   Anon  Locked Mode   Mapped File<br />
00010000      88      88       &#8211;       &#8211; r-x&#8211;  sh</span></p>
<p>00036000       8       8       8       &#8211; rwx&#8211;  sh<br />
00038000      16      16      16       &#8211; rwx&#8211;    [ heap ]<br />
FF260000      16      16       &#8211;       &#8211; r-x&#8211;  en_.so.2<br />
FF272000      16      16       &#8211;       &#8211; rwx&#8211;  en_US.so.2<br />
FF280000     664     624       &#8211;       &#8211; r-x&#8211;  libc.so.1<br />
FF336000      32      32       8       &#8211; rwx&#8211;  libc.so.1<br />
FF360000      16      16       &#8211;       &#8211; r-x&#8211;  libc_psr.so.1<br />
FF380000      24      24       &#8211;       &#8211; r-x&#8211;  libgen.so.1<br />
FF396000       8       8       &#8211;       &#8211; rwx&#8211;  libgen.so.1<br />
FF3A0000       8       8       &#8211;       &#8211; r-x&#8211;  libdl.so.1<br />
FF3B0000       8       8       8       &#8211; rwx&#8211;    [ anon ]<br />
FF3C0000     152     152       &#8211;       &#8211; r-x&#8211;  ld.so.1<br />
FF3F6000       8       8       8       &#8211; rwx&#8211;  ld.so.1<br />
FFBFE000       8       8       8       &#8211; rw&#8212;    [ stack ]<br />
&#8212;&#8212;&#8211;   &#8212;&#8211;   &#8212;&#8211;   &#8212;&#8211;   &#8212;&#8212;<br />
total Kb    1072    1032      56       -</p>
<p><span style="font-size:130%;">pfiles</span></p>
<p>All opened file descriptors of a process can be list by pfiles command.(All disk files, Sockets, and other IO devices)</p>
<p>Example:<br />
<span style="font-family:courier new;font-size:85%;">$ pfiles 21571<br />
21571:  /usr/lib/ssh/sshd<br />
Current rlimit: 256 file descriptors<br />
0: S_IFCHR mode:0666 dev:286,0 ino:6815752 uid:0 gid:3 rdev:13,2<br />
O_RDWR|O_LARGEFILE<br />
/devices/pseudo/mm@0:null<br />
1: S_IFCHR mode:0666 dev:286,0 ino:6815752 uid:0 gid:3 rdev:13,2<br />
O_RDWR|O_LARGEFILE<br />
/devices/pseudo/mm@0:null<br />
2: S_IFCHR mode:0666 dev:286,0 ino:6815752 uid:0 gid:3 rdev:13,2<br />
O_RDWR|O_LARGEFILE<br />
/devices/pseudo/mm@0:null<br />
3: S_IFCHR mode:0000 dev:286,0 ino:38639 uid:0 gid:0 rdev:215,2<br />
O_RDWR FD_CLOEXEC<br />
/devices/pseudo/crypto@0:crypto<br />
4: S_IFIFO mode:0000 dev:294,0 ino:13099 uid:0 gid:0 size:0<br />
O_RDWR|O_NONBLOCK FD_CLOEXEC<br />
5: S_IFDOOR mode:0444 dev:295,0 ino:62 uid:0 gid:0 size:0<br />
O_RDONLY|O_LARGEFILE FD_CLOEXEC  door to nscd[89]<br />
/var/run/name_service_door<br />
6: S_IFIFO mode:0000 dev:294,0 ino:13098 uid:0 gid:0 size:0<br />
O_RDWR|O_NONBLOCK FD_CLOEXEC</span></p>
<p>Referances:<br />
<a href="http://www.solarisinternals.com/wiki/index.php/Solaris_Internals_and_Performance_FAQ">http://www.solarisinternals.com</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janaka077.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janaka077.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janaka077.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janaka077.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janaka077.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janaka077.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janaka077.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janaka077.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janaka077.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janaka077.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janaka077.wordpress.com&blog=3114834&post=3&subd=janaka077&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://janaka077.wordpress.com/2008/12/05/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ae487979ce9f4ec78e30fd9a2cfecd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janaka077</media:title>
		</media:content>
	</item>
		<item>
		<title>Object Orientated Databases</title>
		<link>http://janaka077.wordpress.com/2008/03/10/hello-world/</link>
		<comments>http://janaka077.wordpress.com/2008/03/10/hello-world/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 11:43:49 +0000</pubDate>
		<dc:creator>janaka077</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[                    Traditional relation databases create big “Impedance mismatch ” with present object oriented development platforms, So some people try to develop different types of Object-to-Relational techniques to fill the gap between Object-Oriented Application and RDMS (Relational Database Management Systems ). But those can not make it in a efficient way.
Another community [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janaka077.wordpress.com&blog=3114834&post=1&subd=janaka077&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin-left:0.75in;"><span style="font-size:10pt;font-family:Arial;">                    Traditional relation databases create big “Impedance mismatch ” with present object oriented development platforms, So some people try to develop different types of Object-to-Relational techniques to fill the gap between Object-Oriented Application and RDMS (Relational Database Management Systems ). But those can not make it in a efficient way.</span></p>
<p class="MsoNormal" style="margin-left:0.75in;"><span style="font-size:10pt;font-family:Arial;">Another community try it in a different way that is Object–oriented Data bases. Now it becomes a new trend in IT Industry. </span></p>
<p class="MsoNormal" style="margin-left:0.75in;"><span style="font-size:10pt;font-family:Arial;">Let&#8217;s make a quick look on that,</span></p>
<p><b><span style="font-size:10pt;font-family:Arial;">Products Currently Available for Industry usages,</span></b></p>
<p><b><span style="font-size:10pt;font-family:Arial;"></span></b></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>1.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">ObjectivityDB<span>  </span><span>                           </span>- http://.wwwobjectivity.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>2.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">DB4Objects (open source)<span>                      </span>- http://www.db4o.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>3.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">VOSS<span>                                                   </span>- http://voss.logicarts.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>4.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Caché® <span>                                               </span>- http://www.intersystems.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>5.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Progress® ObjectStore® Enterprise <span>       </span>- http://www.progress.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>6.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">EyeDB<span>                                                  </span>- http://www.eyedb.org</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>7.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Versant<span>                                     </span>- http://www.versant.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>8.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">JDOInstruments<span>  </span>(Open soruce)<span>  </span>- http://www.jdoinstruments.org</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>9.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">JYD Object Database <span>                </span>- http://www.jyd.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>10.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Ozone <span>                                                  </span>- http://www.ozone-db.org</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>11.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">JODB<span>  </span><span>                                                  </span>- http://www.java-objects-database.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>12.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">ODABA <span>                                                </span>- www.run-software.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>13.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">ObjectDB<span>                                              </span>- http://www.objectdb.com</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>14.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Orient<span>                                                   </span>-</span><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span><span style="font-size:10pt;line-height:150%;font-family:Arial;">http://www.orientechnologies.com</span><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></p>
<p class="MsoNormal" style="margin-left:0.75in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:0.75in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>1.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">ObjectivityDB<span>  </span><span> </span>- <a href="http://www.objectivity.com/">http://.wwwobjectivity.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for distributed databases</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Massive Scalability (</span><span style="font-size:10pt;line-height:150%;font-family:Arial;">Terabytes<span>)</span></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support platforms<span>     </span>: Solaris , </span><span style="font-size:10pt;line-height:150%;font-family:Arial;">Windows NT, 2000 and XP</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">ODBC Driver also available. </span></p>
<p class="MsoNormal" style="background:white none repeat scroll 0 50%;margin-left:1.25in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;font-family:Arial;">Provide High Performance <b>ACID</b> Transaction management (<b>A</b>tomic <b>C</b>onsistency <b>I</b>ntegrity <b>D</b>urability<span>  </span>)</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support development platforms : C++ ,Java, Python, Smalltalk</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Invested in innovation<span>  </span>:<span>  </span>Adobe Systems</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Trial version available(60 days)</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Price (90 days Evaluation) : $249.</span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:0.25in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span> </span>(Price of Full version can collect by mailing to<span>  </span>product owners )</span></p>
<p class="MsoNormal" style="margin-left:0.75in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>2.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">DB4Objects (open source)- <a href="http://www.db4o.com/">http://www.db4o.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Release under the GPL license and Commercial License <b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for .NET and JAVA Developers</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Easy Object Replication and Synchronization.</span><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Symbol;font-weight:normal;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span></b><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Price: <b>( </b><b><span style="font-family:Arial;font-weight:normal;">db4o Developer Network (Limited Support) ) : $1,200</span></b><b><span style="font-family:Arial;font-weight:normal;"><span>              </span></span></b></span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:0.25in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;font-weight:normal;"><span> </span></span></b><b><span style="font-size:10pt;line-height:150%;font-family:Arial;font-weight:normal;">Full Support version: </span></b><span class="snapshots"><span style="font-size:10pt;line-height:150%;font-family:Arial;">$ 18,000</span></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span class="snapshots"><span style="font-size:10pt;line-height:150%;font-family:Arial;">Customers<span>  </span>And partners : Ricoh(leading maker of digital office solutions), Boeing ,</span></span><span style="font-size:10pt;line-height:150%;font-family:Arial;"> <span class="snapshots">Merrill Lynch</span></span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>3.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">VOSS<span>   </span>- <a href="http://voss.logicarts.com/">http://voss.logicarts.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">ACID transactions with logging and roll-forward crash recovery<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Dual Licensing &#8211; Open Source GPL and Supported Commercial<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Concurrent background &amp; foreground garbage collection<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Automatic object locking and transaction retry on time-out<b></b></span></p>
<p class="MsoNormal" style="margin-left:1in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>4.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">Cache ® &#8211; <a href="http://www.intersystems.com/">http://www.intersystems.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Can use with JAVA, .NET and<span>  </span>C++.<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Provide a Performance Monitoring API<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Use <i><u>Transactional Bit-Map Indexing</u></i> for Fast response to complex queries<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>5.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">ObjectStore ® Enterprise &#8211; <a href="http://www.progress.com/">http://www.progress.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">For<span>  </span>JAVA and C++ Developers</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Speedy transaction rates and low latencies via patented <u>Cache-Forward Architecture™</u>.</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Operate on Windows, Solaris and Linux.</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>6.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">EyeDB<span>  </span>- <a href="http://www.eyedb.org/">http://www.eyedb.org</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Operate on Sun Solaris , Mac , Linux</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span> </span>Can use member and methods in classes</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Open source project </span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for Object Query Language (OQL) and Object Definition Language (ODL)</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Available for JAVA and C++ Developments</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for multi-dimensional and variable size dimensional arrays </span></p>
<p class="MsoNormal" style="margin-left:1.25in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1.25in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>7.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">Versant- <a href="http://www.versant.com/">http://www.versant.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for JAVA and C++</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Operate in Windows, Sun Salaries , Red Hat Platforms</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">fast database backup/restore without affecting the server availability </span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Roll-Forward archiving</span></p>
<p class="MsoNormal" style="line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>8.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">JDOInstruments<span>  </span>- <a href="http://www.jdoinstruments.org/">http://www.jdoinstruments.org</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Developed under GPL license </span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><u><span style="font-size:10pt;line-height:150%;font-family:Arial;">embedded </span></u><span style="font-size:10pt;line-height:150%;font-family:Arial;">object oriented database</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Only support fro JAVA</span></p>
<p class="MsoNormal" style="margin-left:1.25in;line-height:150%;"><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>9.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">       </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">JYD Object Database <span>  </span>- <a href="http://www.jyd.com/">http://www.jyd.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Automatic movement of objects between primary and secondary storage<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">distributed database support <b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span> </span>garbage collection on the database<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Price (Professional edition with site License ): $ 19,999<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.25in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>10.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">Ozone <span> </span>- <a href="http://www.ozone-db.org/">http://www.ozone-db.org</a></span></b></p>
<h1><!--[if !supportLists]--><span style="font-size:10pt;font-family:Symbol;font-weight:normal;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;font-family:Arial;font-weight:normal;">Compliant <u>DOM implementation </u>and <u>ODMG</u> <u>(</u>Object Data Management Group)</span></h1>
<h1><!--[if !supportLists]--><span style="font-size:10pt;font-family:Symbol;font-weight:normal;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;font-family:Arial;font-weight:normal;">A Open source Project has been started as a research project.</span></h1>
<p class="MsoNormal" style="margin-left:1in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>11.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">JODB<span>  </span><span> </span>- <a href="http://www.java-objects-database.com/">http://www.java-objects-database.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Open source product.<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span></span><!--[endif]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;">Support for ACID transactions</span></span><span class="contentbody"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span></span><!--[endif]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;">Data backup functionality</span></span><span class="contentbody"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span></span><!--[endif]--><span class="contentbody"><span style="font-size:10pt;line-height:150%;">Data file lock to avoid concurrent modifications by different processes.</span></span><span class="contentbody"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></b></span></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>12.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">ODABA &#8211; <a href="http://www.run-software.com/">www.run-software.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for Distributed Database Architecture <b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">A Free and Open source product.<b></b></span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Provide interfaces for Java , C++.</span></p>
<p class="MsoNormal" style="margin-left:1.5in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Project started in 1994</span></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>13.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">ObjectDB- <a href="http://www.objectdb.com/">http://www.objectdb.com</a></span></b></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Three Edition avalible(Free ,Embedded, server )</span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Pure java database</span></p>
<p class="MsoNormal" style="margin-left:0.75in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><span>14.<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">   </span></span></span></b><!--[endif]--><b><span style="font-size:10pt;line-height:150%;font-family:Arial;">Orient-</span></b><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"><a href="http://www.orientechnologies.com/">http://www.orientechnologies.com</a></span></b><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></b></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Support for<span>  </span>JAVA , C++ ,SQL</span><span style="font-size:10pt;line-height:150%;font-family:Arial;"></span></p>
<p class="MsoNormal" style="margin-left:1.25in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:10pt;line-height:150%;font-family:Symbol;"><span>·<span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">         </span></span></span><!--[endif]--><span style="font-size:10pt;line-height:150%;font-family:Arial;">Release<span>  </span>for free, under the <u>Apache 2.0 license</u>.</span></p>
<p class="MsoNormal" style="margin-left:0.75in;line-height:150%;"><b><span style="font-size:10pt;line-height:150%;font-family:Arial;"> </span></b></p>
<p class="MsoNormal" style="margin-left:0.75in;"><span style="font-size:10pt;font-family:Arial;"> </span></p>
<p class="MsoNormal"><b><span style="font-size:11pt;font-family:Arial;"></span></b></p>
<p class="MsoNormal" style="margin-left:1in;text-indent:-0.25in;line-height:150%;"><!--[if !supportLists]--><span style="font-size:11pt;line-height:150%;font-family:Arial;"><span><br />
</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/janaka077.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/janaka077.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/janaka077.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/janaka077.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/janaka077.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/janaka077.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/janaka077.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/janaka077.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/janaka077.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/janaka077.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/janaka077.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/janaka077.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=janaka077.wordpress.com&blog=3114834&post=1&subd=janaka077&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://janaka077.wordpress.com/2008/03/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ae487979ce9f4ec78e30fd9a2cfecd0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">janaka077</media:title>
		</media:content>
	</item>
	</channel>
</rss>