norland
新手上路
贴子数量 : 2
注册日期 : 8/20/2002 在线情况 : 离线
|
发表于: 8/20/2002 - 09:42 |
在servlet 中如果要做到同步,可以用static + synchronized 的方式实现,但在分布式的web server中,会有多个JVM,这种情况下,如何保证所有用户对某一特定资源(如文本文件,或是数据库中的某张表)的访问修改是同步的呢?也就是说,如何找到一把锁? |
|
mep
|
发表于: 8/20/2002 - 09:55 |
在分布式系统中,可以实现并发控制服务。
可以参考CORBA的concurrence service,文档编号:00-06-14 |
|
norland
新手上路
贴子数量 : 2
注册日期 : 8/20/2002 在线情况 : 离线
|
发表于: 8/22/2002 - 00:51 |
Thanks , mep.
But could you tell me how can I find the document? according to the No.,the document is on June 14th,2000,right? and all documents I can see are since 2001. |
|
mep
|
发表于: 8/22/2002 - 02:32 |
check your mail box.
I have mailed it to you.
|
|