view release on metacpan or search on metacpan
revision 1.24
date: 2000/03/28 16:13:38; author: hchahine; state: Exp; lines: +725 -873
Modified concurrency
----------------------------
revision 1.23
date: 2000/03/27 08:55:00; author: hchahine; state: Exp; lines: +113 -161
Removed softmapping and re-introduced Hashtable for concurrency conflicts.
----------------------------
revision 1.22
date: 2000/03/23 18:03:18; author: tdraier; state: Exp; lines: +965 -738
-added synchronization on all getPersistent/getUnpersistent/addCache method to protect access to critical resources like objects hashtables.
-added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management
-indented ugly code
----------------------------
revision 1.21
date: 2000/03/21 16:59:06; author: tdraier; state: Exp; lines: +19 -6
added multi thread support by using synchronized/wait/notify
----------------------------
revision 1.20
date: 2000/03/21 11:39:14; author: hchahine; state: Exp; lines: +25 -12
Added synchronization mutex for keys to solve concurrency management
----------------------------
revision 1.19
date: 2000/03/21 09:17:31; author: tdraier; state: Exp; lines: +1 -1
added remote exception
----------------------------
revision 1.18
date: 2000/03/20 15:38:33; author: hchahine; state: Exp; lines: +1 -2
Merged with branch
----------------------------
revision 1.17
revision 1.6.2.24
date: 2000/04/04 16:10:13; author: hchahine; state: Exp; lines: +6 -0
added an outside test to return persistent object
----------------------------
revision 1.6.2.23
date: 2000/04/04 10:07:17; author: tdraier; state: Exp; lines: +1 -1
added a timeout on modify
----------------------------
revision 1.6.2.22
date: 2000/04/03 16:06:14; author: tdraier; state: Exp; lines: +130 -93
-synchronize / wait / notify on modify
-added softmaps
----------------------------
revision 1.6.2.21
date: 2000/03/30 15:50:19; author: tdraier; state: Exp; lines: +953 -756
- no comment
----------------------------
revision 1.6.2.20
date: 2000/03/28 16:08:44; author: hchahine; state: Exp; lines: +54 -9
Modified concurrency
----------------------------
revision 1.6.2.17
date: 2000/03/24 18:15:55; author: saitabai; state: Exp; lines: +539 -667
reload the last persist version 2)
----------------------------
revision 1.6.2.16
date: 2000/03/24 17:44:26; author: saitabai; state: Exp; lines: +223 -350
reload the last persist version
----------------------------
revision 1.6.2.15
date: 2000/03/23 18:03:37; author: tdraier; state: Exp; lines: +961 -707
-added synchronization on all getPersistent/getUnpersistent/addCache method to protect access to critical resources like objects hashtables.
-added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management
-indented ugly code
----------------------------
revision 1.6.2.14
date: 2000/03/08 13:11:46; author: hchahine; state: Exp; lines: +1 -1
Changed a trace that was returning a null pointer exception in building inheritance
----------------------------
revision 1.6.2.13
date: 2000/03/08 13:04:54; author: hchahine; state: Exp; lines: +5 -3
Corrected a bug in setDbHandle, it was testing for the dbhandle if null although it has just being set to a non null value
revision 1.6.2.5
date: 2000/02/21 16:56:39; author: tdraier; state: Exp; lines: +1 -1
modified setNew() usage for persistence debug
----------------------------
revision 1.6.2.4
date: 2000/02/21 16:19:53; author: hchahine; state: Exp; lines: +307 -65
Merged it with trunc
----------------------------
revision 1.6.2.3
date: 2000/02/17 16:15:04; author: ptruong; state: Exp; lines: +11 -11
removed useless (and blocking) synchronization
----------------------------
revision 1.6.2.2
date: 2000/01/17 18:05:37; author: ttran; state: Exp; lines: +0 -1
no message
----------------------------
revision 1.6.2.1
date: 2000/01/17 16:59:52; author: tdraier; state: Exp; lines: +1 -0
remove/put br ( cr )
=============================================================================
testref/1-W1800.txt view on Meta::CPAN
2000-04-04 10:07 tdraier
* Persistent.java (1.6.2.23): added a timeout on modify
2000-04-04 08:50 hchahine
* Persistent.java (1.26): Merged it with branch
2000-04-03 16:06 tdraier
* Persistent.java (1.6.2.22): -synchronize / wait / notify on
modify -added softmaps
2000-03-30 15:50 tdraier
* Persistent.java (1.6.2.21): - no comment
2000-03-30 12:25 hchahine
* Persistent.java (1.25): added rmi compliant
testref/1-W1800.txt view on Meta::CPAN
* Persistent.java (1.6.2.17): reload the last persist version 2)
2000-03-24 17:44 saitabai
* Persistent.java (1.6.2.16): reload the last persist version
2000-03-23 18:03 tdraier
* Persistent.java (1.22), Persistent.java (1.6.2.15): -added
synchronization on all getPersistent/getUnpersistent/addCache
method to protect access to critical resources like objects
hashtables. -added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management -indented
ugly code
2000-03-21 16:59 tdraier
* Persistent.java (1.21): added multi thread support by using
synchronized/wait/notify
2000-03-21 11:39 hchahine
* Persistent.java (1.20): Added synchronization mutex for keys to
solve concurrency management
2000-03-21 09:17 tdraier
* Persistent.java (1.19): added remote exception
2000-03-20 15:38 hchahine
* Persistent.java (1.18): Merged with branch
testref/1-W1800.txt view on Meta::CPAN
* Persistent.java (1.12): Merged it with branch
2000-02-17 16:15 ptruong
* Trace.java (1.1.1.1.2.3): added thread name in trace
2000-02-17 16:15 ptruong
* Persistent.java (1.6.2.3): removed useless (and blocking)
synchronization
2000-02-10 16:06 hchahine
* Persistent.java (1.11): Modified set new
2000-02-01 11:27 zfehri
* Persistent.java (1.10): working version (i hope)
2000-01-27 16:15 lbain
testref/1-r.txt view on Meta::CPAN
2000-04-04 10:07 tdraier
* Persistent.java (1.6.2.23): added a timeout on modify
2000-04-04 08:50 hchahine
* Persistent.java (1.26): Merged it with branch
2000-04-03 16:06 tdraier
* Persistent.java (1.6.2.22): -synchronize / wait / notify on
modify -added softmaps
2000-03-30 15:50 tdraier
* Persistent.java (1.6.2.21): - no comment
2000-03-30 12:25 hchahine
* Persistent.java (1.25): added rmi compliant
testref/1-r.txt view on Meta::CPAN
* Persistent.java (1.6.2.17): reload the last persist version 2)
2000-03-24 17:44 saitabai
* Persistent.java (1.6.2.16): reload the last persist version
2000-03-23 18:03 tdraier
* Persistent.java (1.22), Persistent.java (1.6.2.15): -added
synchronization on all getPersistent/getUnpersistent/addCache
method to protect access to critical resources like objects
hashtables. -added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management -indented
ugly code
2000-03-21 16:59 tdraier
* Persistent.java (1.21): added multi thread support by using
synchronized/wait/notify
2000-03-21 11:39 hchahine
* Persistent.java (1.20): Added synchronization mutex for keys to
solve concurrency management
2000-03-21 09:17 tdraier
* Persistent.java (1.19): added remote exception
2000-03-20 15:38 hchahine
* Persistent.java (1.18): Merged with branch
testref/1-r.txt view on Meta::CPAN
* Persistent.java (1.12): Merged it with branch
2000-02-17 16:15 ptruong
* Trace.java (1.1.1.1.2.3): added thread name in trace
2000-02-17 16:15 ptruong
* Persistent.java (1.6.2.3): removed useless (and blocking)
synchronization
2000-02-10 16:06 hchahine
* Persistent.java (1.11): Modified set new
2000-02-01 11:27 zfehri
* Persistent.java (1.10): working version (i hope)
2000-01-27 16:15 lbain
testref/1.iso-8859-1.xml view on Meta::CPAN
<entry>
<date>2000-04-03</date>
<weekday>Monday</weekday>
<time>16:06</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.6.2.22</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>-synchronize / wait / notify on modify
-added softmaps
</msg>
</entry>
<entry>
<date>2000-03-30</date>
<weekday>Thursday</weekday>
<time>15:50</time>
<author>tdraier</author>
<file>
testref/1.iso-8859-1.xml view on Meta::CPAN
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.22</revision>
</file>
<file>
<name>Persistent.java</name>
<revision>1.6.2.15</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>-added synchronization on all getPersistent/getUnpersistent/addCache method to protect access to critical resources like objects hashtables.
-added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management
-indented ugly code
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>16:59</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.21</revision>
</file>
<msg>added multi thread support by using synchronized/wait/notify
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>11:39</time>
<author>hchahine</author>
<file>
<name>Persistent.java</name>
<revision>1.20</revision>
</file>
<msg>Added synchronization mutex for keys to solve concurrency management
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>09:17</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
testref/1.iso-8859-1.xml view on Meta::CPAN
<entry>
<date>2000-02-17</date>
<weekday>Thursday</weekday>
<time>16:15</time>
<author>ptruong</author>
<file>
<name>Persistent.java</name>
<revision>1.6.2.3</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>removed useless (and blocking) synchronization
</msg>
</entry>
<entry>
<date>2000-02-10</date>
<weekday>Thursday</weekday>
<time>16:06</time>
<author>hchahine</author>
<file>
<name>Persistent.java</name>
testref/1.txt view on Meta::CPAN
2000-04-04 10:07 tdraier
* Persistent.java: added a timeout on modify
2000-04-04 08:50 hchahine
* Persistent.java: Merged it with branch
2000-04-03 16:06 tdraier
* Persistent.java: -synchronize / wait / notify on modify -added
softmaps
2000-03-30 15:50 tdraier
* Persistent.java: - no comment
2000-03-30 12:25 hchahine
* Persistent.java: added rmi compliant
testref/1.txt view on Meta::CPAN
2000-03-24 18:15 saitabai
* Persistent.java: reload the last persist version 2)
2000-03-24 17:44 saitabai
* Persistent.java: reload the last persist version
2000-03-23 18:03 tdraier
* Persistent.java: -added synchronization on all
getPersistent/getUnpersistent/addCache method to protect access to
critical resources like objects hashtables. -added synchronization
on persistent when restoring -replaced Hashtable with SoftMap for
memory management -indented ugly code
2000-03-21 16:59 tdraier
* Persistent.java: added multi thread support by using
synchronized/wait/notify
2000-03-21 11:39 hchahine
* Persistent.java: Added synchronization mutex for keys to solve
concurrency management
2000-03-21 09:17 tdraier
* Persistent.java: added remote exception
2000-03-20 15:38 hchahine
* Persistent.java: Merged with branch
testref/1.txt view on Meta::CPAN
2000-02-21 16:17 hchahine
* Persistent.java: Merged it with branch
2000-02-17 16:15 ptruong
* Trace.java: added thread name in trace
2000-02-17 16:15 ptruong
* Persistent.java: removed useless (and blocking) synchronization
2000-02-10 16:06 hchahine
* Persistent.java: Modified set new
2000-02-01 11:27 zfehri
* Persistent.java: working version (i hope)
2000-01-27 16:15 lbain
testref/1.xml view on Meta::CPAN
<entry>
<date>2000-04-03</date>
<weekday>Monday</weekday>
<time>16:06</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.6.2.22</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>-synchronize / wait / notify on modify
-added softmaps
</msg>
</entry>
<entry>
<date>2000-03-30</date>
<weekday>Thursday</weekday>
<time>15:50</time>
<author>tdraier</author>
<file>
testref/1.xml view on Meta::CPAN
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.22</revision>
</file>
<file>
<name>Persistent.java</name>
<revision>1.6.2.15</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>-added synchronization on all getPersistent/getUnpersistent/addCache method to protect access to critical resources like objects hashtables.
-added synchronization on persistent when restoring
-replaced Hashtable with SoftMap for memory management
-indented ugly code
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>16:59</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
<revision>1.21</revision>
</file>
<msg>added multi thread support by using synchronized/wait/notify
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>11:39</time>
<author>hchahine</author>
<file>
<name>Persistent.java</name>
<revision>1.20</revision>
</file>
<msg>Added synchronization mutex for keys to solve concurrency management
</msg>
</entry>
<entry>
<date>2000-03-21</date>
<weekday>Tuesday</weekday>
<time>09:17</time>
<author>tdraier</author>
<file>
<name>Persistent.java</name>
testref/1.xml view on Meta::CPAN
<entry>
<date>2000-02-17</date>
<weekday>Thursday</weekday>
<time>16:15</time>
<author>ptruong</author>
<file>
<name>Persistent.java</name>
<revision>1.6.2.3</revision>
<branch>madrid_b1_fix</branch>
</file>
<msg>removed useless (and blocking) synchronization
</msg>
</entry>
<entry>
<date>2000-02-10</date>
<weekday>Thursday</weekday>
<time>16:06</time>
<author>hchahine</author>
<file>
<name>Persistent.java</name>