CN1145896C - 用于处理小服务器的装置和方法 - Google Patents

用于处理小服务器的装置和方法 Download PDF

Info

Publication number
CN1145896C
CN1145896C CNB97113586XA CN97113586A CN1145896C CN 1145896 C CN1145896 C CN 1145896C CN B97113586X A CNB97113586X A CN B97113586XA CN 97113586 A CN97113586 A CN 97113586A CN 1145896 C CN1145896 C CN 1145896C
Authority
CN
China
Prior art keywords
servlets
request
server computer
client
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CNB97113586XA
Other languages
English (en)
Other versions
CN1191350A (zh
Inventor
ղķ˹��A��������
詹姆斯·A·戈斯林
帕万尼·迪旺吉
W
戴维·W·康奈利
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sun Microsystems Inc
Original Assignee
Sun Microsystems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sun Microsystems Inc filed Critical Sun Microsystems Inc
Publication of CN1191350A publication Critical patent/CN1191350A/zh
Application granted granted Critical
Publication of CN1145896C publication Critical patent/CN1145896C/zh
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Abstract

一种用于操作客户-服务器网络的本地服务器计算机的方法和装置,包括接收来自客户-服务器网络客户计算机的请求的技术。判断请求是否需要来自客户-服务器网络的一小服务器对象的动态生成信息。如果需要,可从客户-服务器网络的远程服务器计算机加载对应于请求的特定小服务器对象。然后执行指定的小服务器对象以获得对应于请求的动态生成信息。

Description

用于处理小服务器 的装置和方法
本发明涉及客户-服务器计算机环境中的信息交换。特别是,涉及响应服务器计算机信息请求的改进技术。
本申请是1996年11月25日提出的题为“Method and System forFacilitating Servlets”的美国专利申请U.S.08/756,325的部分继续申请,而该08/756,325号申请又是1996年5月30日提出的题为“Method and Systemfor Facilitating Servlets”的美国专利申请U.S.08/657,712的继续申请。
客户-服务器计算机网络是公知的。最突出的客户-服务器计算机网络的例子是计算机环球网(World Wide Web)。在客户-服务器计算机网络中,服务器计算机接收来自客户计算机的信息请求。运行在服务器计算机上的网服务器软件一般从存贮在永久存贮设备上的文件中检索请求的信息,并通过网络将该文件传送至请求该信息的客户计算机。网服务器软件一般不用面向对象的程序语言编写。因此,不易对其进行扩展以便提供新功能。由于现在软件市场的动态特性,产品缺乏灵活性和可扩展性会严重阻碍产品销路。
目前的网服务器软件能响应客户计算机的请求而动态地生成文件。一般,网服务器接收该请求然后创建(fork)公用网关接口(CGI)进程以动态生成文件。一旦生成文件,网服务器软件就将文件送回客户计算机。遗憾的是,每次需产生动态信息时都创建一个进程,计算量很大。
因此,迫切希望提供一种网服务器,它能响应客户计算机请求而动态产生信息,但在产生动态信息的同时无需进程启动方面的开销。而且,迫切希望提供一种灵活且可扩展的面向对象的网服务器环境。
本发明包括一种用于操作客户-服务器网络的本地服务器计算机的方法和装置。本发明包括接收来自客户-服务器网络中客户计算机请求的技术。确定请求是否需要由客户-服务器网络的小服务器(Servlet)对象来动态生成信息。若是如此,可从客户-服务器网络的一远程服务器计算机上加载对应于请求的特定小服务器对象。然后执行该特定小服务器对象以获得对应于请求的动态生成信息。
本发明的小服务器对象提供一种灵活且可扩展的面向对象的网服务器环境。本发明的客户-服务器网络具有小服务器对象。小服务器对象运行在连续循环中直至被调用。因此,不存在与执行小服务器对象相关的启动额外开销。通过遵守一公共应用程序接口,小服务器对象可在任何服务器环境中运行。本发明的特点允许不信任的(untrusted)小服务器对象在安全区中执行,将动态生成信息从安全区送至其余服务器环境中。
具体来讲,按照本发明的一个方面,提供了一种由本地服务器计算机在程序控制下执行的方法,所述本地服务器计算机包括存贮所述程序的存储器,所述本地服务器计算机构成客户-服务器网络的一部分,所述方法包括以下步骤:接收来自所述客户-服务器网络的客户计算机的请求;确定所述请求需要一个小服务器对象的动态生成信息,所述小服务器对象的动态生成信息来自所述客户-服务器网络;从所述客户-服务器网络的远程服务器计算机加载对应所述请求的一个指定的小服务器对象;以及执行所述指定的小服务器对象,以获得对应所述请求的动态生成信息。
按照本发明的另一个方面,提供了一种由本地服务器计算机执行的方法,该本地服务器计算机在程序的控制下执行该方法,所述本地服务器计算机包括一个用于存储所述程序的存储器,所述本地服务器计算机形成客户-服务器计算机网络的一部分,所述方法包括下列步骤:接收来自所述客户-服务器计算机网络的客户计算机的请求;确定所述请求需要来自所述服务器计算机的一小服务器对象的动态生成信息;识别与所述请求相对应的本地小服务器对象;执行所述被识别的本地小服务器对象,以获得与所述请求相对应的动态生成信息;以及将所述动态生成信息传送到所述客户计算机。
按照本发明的再一个方面,提供了一种客户-服务器计算机网络,该网络包括:一个产生请求的客户计算机;一个服务器计算机,用于确定所述请求需要来自所述服务器计算机的一小服务器对象的动态生成信息,执行所述指定的小服务器对象以获得对应所述请求的动态生成信息,并将所述动态生成信息传送到所述客户计算机。
为了更好地理解本发明的特点和目的,下面结合附图详细描述,其中:
图1说明本发明实施例的客户-服务器计算机网络。
图2简要说明网服务器与本发明的小服务器之间的交互。
图3简要说明网服务器与从外部服务器加载的小服务器之间的交互。
图4说明根据本发明的一个实施例的与一小服务器处理例程有关的处理步骤。
图5说明根据本发明的一个实施例的与一小服务器处理例程有关的处理步骤。
几幅图中对应的部分标以相同的标号。
图1示出可按本发明运行的客户-服务器计算机网络20,网络20包括至少一个客户计算机22和至少一个服务器计算机24。客户计算机22和服务器计算机24通过传送通道26相连,传送通道26可是任何有线或无线传送通道。
客户计算机22是标准计算机,包括与存储器(主存储器和/或辅助存储器)32相连的中央处理单元(CPU)。存储器32存储有多个计算机程序,包括“浏览器”34。如本领域所公知的,浏览器用于与远程服务器计算机24通信,以及显示从这些计算机接收的信息。客户计算机22通过标准网络连接设备36建立网络通信。
服务器计算机24包括标准服务器计算机部件,包括网络连接设备40、CPU 42、以及存储器(主存储器和/或辅助存储器)44。存储器44存贮有一组计算机程序以实现与本发明有关的处理。存储器44存贮有网服务器46。网服务器46可是本领域公知的类型,将其改为含有图1所示的附加程序。即,在本发明的实施例中,将标准网服务器46改为含有服务器接收器线程48、连接队列50、池管理器52、线程池54、小服务器56、小服务器映射58、安全管理器60、以及边界小服务器62。
图2简要说明按本发明实施例构造的服务器计算机24A。该图示出与一组小服务器56A-56N交互的网服务器46。具体地,网服务器46通过应用程序接口(API)与小服务器交互。如图1所示,网服务器46和小服务器56存贮在存储器44中。网服务器46可是经修改含有这里所述的功能的标准网服务器软件。每一小服务器56是一段用于动态生成信息的软件代码。每一小服务器56是一等待被调用的实例化的(instantiated)软件对象。一旦被调用,它就动态生成信息。注意,这种动态生成信息技术与从永久存贮设备取静态信息的一般处理不同。本发明的技术在动态生成信息的意义上类似于CGI脚本(Script)。但是,不像CGI脚本,本发明的小服务器对象在服务器启动时被实例化。因此,可认为小服务器运行在连续循环中等待执行。注意到,实例化后不存在调用小服务器时的计算启动花销。
图3概括示出本发明的附加特点。图3示出本地服务器计算器24A,它通过传送通道26接收来自客户计算机(未示出)的请求。网服务器46确定需要来自小服务器对象的动态生成信息。这种情况下,小服务器对象最初不在本地服务器计算机24A上,因此它由本地服务器计算机24A利用通信链路26从远程服务器计算机24B加载。在图3所示的例子中,小服务器56P从远程服务器计算机24B传送至本地服务器计算机24A。
图3示出本发明的另一特点。具体地说,它说明所加载的小服务器56P在本地服务器计算机24A安全区57中执行。执行后,结果送至本地服务器计算器24A其余部分中的边界小服务器60。这种安全特性允许安全执行不信任的小服务器。
上述说明概括描述了本发明的特点和优点。现在更详细地描述这些特点和优点。图4的左侧示出与本发明实施例有关的处理步骤。图4的右侧示出可用于执行这些操作的程序部分。
图4所示第一处理步骤确定是否已接收到一新的请求(步骤70)。如上所述,请求是从客户计算机22至服务器计算机24的信息请求。客户计算机22从服务器计算机24请求信息的操作是公知的。一般用统一资源定位器(Unifonn Resource Locator)或URL完成。URL指定一个计算机和一个文件。典型的URL是http://SU//123。此URL是利用超文本传输协议“HTTP”从State University计算机“SU”检索文件“123”的指令。
如图4所示,服务器接收器线程48用于处理每一新请求。最好,本发明实现为具有服务器接收器线程的面向连接的网服务器,该服务器接收器线程在接收请求的同时连续循环。一旦收到请求,它将请求送至连接队列(步骤72)。如图1所示,连接队列50形成在本地服务器计算机24的存储器中。
如果未收到新请求,则进行检查以确定队列是否为空(步骤71)。如果队列不为空或已收到新请求,处理进行至步骤74。步骤74需要线程池管理操作,它由池管理器52执行。图1示出一个线程池54。线程池54是一个用于请求处理的线程的池。各线程提取并处理来自连接队列50的请求。运行池管理器52以确保连接队列50中的每一请求有一线程。池管理器52建立附加线程以处理连接队列50中的新请求。如果达到最大线程数,池管理器52阻止新的请求进入连接队列50。这种情况下,服务器计算机接收不到新请求。另一方面,如果一个线程等待来自连接队列50的请求的时间大于预定的时间段,则池管理器60将删除它。最好,用删除的处理线程的缓冲空间创建新的处理线程。换句话说,最好通过对一线程采用特定缓冲存储空间来实现本发明。一个线程被删除时,清除缓冲存储空间,将其指定给新的线程。通过以此方式重新使用所分配的存储器,本发明的此实施例将系统所用存储器数量减至最小,特别是与根据每一请求分配和解除分配存储器的系统相比。
在执行线程池管理操作后(步骤74),一线程从连接队列检索一请求(步骤76)。然后线程将请求映射为一小服务器名(步骤78)。小服务器可由URL指定,在此情况下映射处理是直接的。另一方面,可能需要一些转换过程以便鉴别哪个小服务器可服务此请求。可以下列方式之一进行映射操作。服务器管理器可指定某些类型的客户请求始终映射至特定小服务器。例如,一个对特定数据库讲话的客户请求。服务器管理器可指定部分客户请求为所述小服务器的名字,如在被管理的小服务器目录中看到的。在许多站点,在共同为该站点客户分担处理任务的服务器之间共用此目录。某些服务器可能根据其管理配置自动调用小服务器以筛选其它小服务器的输出。例如,特定类型的小服务器输出可触发其它小服务器进行的后处理,也许是进行格式转换。适当授权的客户可指定要调用的小服务器,而无需管理干预。
安全操作也可由线程执行(步骤80)。安全管理器60可用于鉴别小服务器的信任(trusted)与不信任(untrusted)的类型。通过与安全管理器60有关的一组规则可确定信任一小服务器。例如,安全管理器60可决定信任所有本地小服务器而不信任所有加载的网络小服务器。然后在安全区57中执行不信任的小服务器,如图3所示。安全管理器60还可用于确定小服务器是否被授权执行预定的风险操作。此类型的安全信息可存贮在线程中。
按照本发明的JAVA小服务器强大的安全策略支持。这是因为所有JAVA环境提供安全管理器,它可用于控制是否允许如网络或文件存取之类的操作。在缺省状态下,所有的小服务器是不信任的,且不允许执行如存取网络服务或本地文件之类的操作。但是,服务器“内建”的小服务器,或被数字式地签名为已被放入JAVA Archive(存档)文件的小服务器,安全管理器可信任并给予更多许可。可执行代码上的数字式签名(signature)表示对该代码签名的机构在某种程度上“为它担保”。这种签名不能支持由其自身承担责任,但它们确实表示了使用此代码可给予的担保程度。例如,在一个公司的Intranet中允许对网络服务进行一般访问的所有的代码都可能需要来自MIS机构的特定签名。此签名可能只用在高度信任其不会违反特定安全策略的代码上。在其它语言如C或脚本语言中的扩展API,即使它们允许数字式签名用于其代码中,也不能支持如此精细的存取控制。
在执行安全操作后(步骤80),调度线程(图5的步骤82)。调度操作需调用一小服务器使之产生请求的动态信息。调度操作为两种类型之一。判断以确定此小服务器是否为本地的(步骤84)。如果此小服务器是本地的,则执行该本地小服务器(步骤86)。由此生成动态信息,然后由网服务器46以标准方式处理该动态信息。网服务器46一般用公知技术将此信息送回客户计算机。如下所述,通过一应用程序接口完成一小服务器和网服务器46之间的信息交换。
如果小服务器不是本地的,则将其从远程服务器24B加载(步骤88)。然后确定所加载的小服务器是否安全(步骤90)。回忆前面曾说过,安全操作步骤产生为小服务器获取安全参数方面信息的线程。如果不存在与加载的小服务器有关的安全问题,则将其在本地执行(执行步骤92)。另一方面,如果发现安全问题,则在安全区中执行此小服务器(步骤94)。随后,将动态生成的结果送至非安全区(步骤96)。一个边界小服务器可用于此目的。此边界小服务器可通过使用残桩(Stub)与子合同(Subcontract)或通过本领域公知的其它“防火墙”技术而实现。执行所述小服务器后,处理返回至图4的步骤70。
现已充分说明本发明的操作。下面具体说明用于本发明的小服务器对象和结合小服务器对象使用的应用程序接口的实施例。如上所述,小服务器对象是用于动态生成信息的软件对象。它们是位于循环中等待调用的实例化的对象。最好以JAVATM编程语言将其写成目标字节代码。JAVATM编程语言用于实现客户计算机上的“小应用程序(applet)”是广泛公知的。“小应用程序”是可执行的JAVA目标字节代码,用于在客户计算机上产生图形显示。本发明的小服务器在服务器侧执行且没有图形内容。
一般地,一小服务器在服务器启动时实例化。或者,在预定的一组条件下或由客户调用实例化此小服务器。通过使用其URL(如,http//host/<servlet URL>)可实例化并执行此小服务器。http协议支持参数的传递,所以,可传递参数给小服务器(如,http//host/<servlet URL>?<arguments>)。特性对象(properties object)是含有一组“name(名字):value(值)”对的JAVA编程语言特性类。系统管理器可通过特性对象将数考传递给实例化的HttpServlet对象。以此方式,系统管理器可为特定站点的特定服务器“定制”一HttpServlet。例如,系统管理器可将站点特有的信息传递给Httpservlet对象,该信息是关于一存储文档(这些文档将被客户进程通过网络请求)的数据库的网络位置,或关于处理服务器管理器所用的系统缓冲器中现有存储器的数量。
一旦实例化,小服务器将循环直至服务器关闭或服务器在此小服务器上调用删除方法。由于此小服务器等待请求作用于其上时以连续循环方式工作,服务器计算机避免了在对所述小服务器的请求之间创建与删除小服务器的额外开销。而且,在请求之间保持小服务器有效,允许小服务器相互间传送数据并通信。例如,小服务器可在用户的多次使用之间保持有关用户的数据。该数据可在不同的小服务器间共用,以便定制用户在其中工作的工作环境。如果根据每一请求建立并删除小服务器,一个小服务器理解其运行的环境并利用该知识提供改进的处理能力将是非常困难的,如果不是不可能的话。当在时间、存储器等方面达到某个资源极限时,服务器计算机可在小服务器上调用删除方法。
小服务器应用程序接口(API)为小服务器和信息服务器(如网服务器)的接口建立了一个标准。小服务器API含有初始化小服务器、处理请求、获取小服务器信息以及删除小服务器的方法。此小服务器API允许独立于平台的小服务器。一个小服务器接口的例子如下:
Servlet interface:
interface HttpServlet{
          Initialize(ServletContext,ServerProperties);
          Service(HttpRequest,HttpResponse);
          Destroy();
       }
服务器计算机传递实现“HttpRequest”的对象,而小服务器返回一个“HttpResponse”对象。“ServletContext”接口用作与服务器环境交换信息。“ServletContext”对象的某些方法是“GetServer()”和“GetServlets()”。“GetServer”返回一指向母服务器的指针,实例化的HttpServlet运行于该母服务器中。使用该指针,HttpServlet对象能找到关于其母服务器的信息。“GetServlet”方法返回指向在母服务器上运行的小服务器的指针。“ServerProperties”接口用于交换有关由服务器管理器建立的特定服务器特性的信息。
小服务器支持接收请求和产生响应的常用编程模型。下面是定义称为“service”的单个方法的简单小服务器:
import java.servlet.*;

  public class MyServlet extends GenericServlet{

           public void service(

                    ServletRequest request,

                    ServletResponse response

           )throws ServletException,IOException

           {

           …

           }    

           …

  }
该服务方法设有Request(请求)和Response(响应)参数。这些参数封装客户送来的数据,从而允许小服务器报告诸如出错等的状态信息。小服务器通常通过输入流检索其大部分参数,且用输出流传送其响应:
ServletInputStream in=request.getInputStream();
ServletOutputStream out=response.getOutputStream();
这些输入与输出流可与任何适当格式的数据一起使用。例如,使用对象串行化、HTML、或任何数量的图像格式,小应用程序(applet)和小服务器可交换数据。
由于小服务器是JAVA对象,因此具有实例特有的数据。这就是说,实际上小服务器是在服务器内运行的独立应用程序,无需附加的类(某些其他的服务器扩展API要求附加的类)。初始化时小服务器可以得到某些小服务器特有的配置数据。这样允许同一小服务器类的不同实例以不同数据进行初始化,象不同命名的小服务器那样进行管理。初始化时提供的数据包括一个区域,每个实例将其永久的实例特有的数据保存在此区域中。
在上述简单小服务器例子的基础上构成的下列程序代码是一个小服务器的例子,该小服务器在调用时用于传送Hypertext Markup Language(超文本标记语言,HTML)文本:
public class SimpleServlet extends GenericServlet{

  public void service(ServletRequest req,ServletResponse res)

                   throws ServletException,IOException

            {

                   res.setContentType(″text/html″);

                   PrintWriter out=new PrintWriter(res.getOutputStream());

                   out.println(″<HEAD><TITLE>SimpleServlet Output

  </TITLE></HEAD><BODY>″);

                   out.println(″<h1>SimpleServlet Output</h1>″);

                   out.println(″<P>This is output from SimpleServlet.″);

                   out.println(″<BODY>″);

                   out.flush();

            }

       public String getServletInfo(){

                         return″A simple servlet″;

       }

  }
下列程序代码是用finger协议查询有关指定主机上用户信息的一个小服务器的例子。查询字符串参数<tt>user</tt>,<tt>hosts</tt>和<tt>verbose</tt>可用于指定待查询的用户和主机。参数<tt>user</tt>是用户名,<tt>hosts</tt>是逗号分隔的待查询的主机的列,而<tt>verbose</tt>,如果指定,将产生冗长输出。例如,<pre>http:/goa/finger.html?user=dac&hosts=eno,doppio&verbose=yes</pre>将请求两主机“eno”和“doppio”上有关用户“dac”的所有信息。
public
class FingerServlet extends GenericServlet{

      /*

      *Port number for finger daemon.

      */

      static final int FINGER_PORT=79;

      /**

      *Handles a single finger request from the client.

      */

      public void service(ServletRequest req,ServletResponse res)

                    throws ServletException,IOException

         {

          String user=req.getParameter(″user″);

          String hosts=req.getParameter(″hosts″);

          String verbose=req.getParameter(″verbose″);

          res.setContentType(″text/html″);

          PrintStream out=new PrintStream(res.getOutputStream());

          out.println(″<html>″);

          out.println(″<head><title>Finger Servlet</title></head>″);

          out.println(″<body>″);
				
				<dp n="d10"/>
   out.println(″<h2>Finger results:</h2>″);

   outprintln(″<pre>″);

   if(hosts==null){

           finger(out,user,null,″yes″.equalsIgnoreCase(verbose));
}else{

    StringTokenizer st=new StringTokenizer(hosts,″,″);

    while(st.hasMoreTokens()){

           String host=st.nextToken();

           out.println(″[″+host+″]″);

           try{

                   finger(out,user,host,
″yes″.equalsIgnoreCase(verbose));

                                }catch(IOException e){

                                        out.println(e);

                                }

                                out.println();

                     }

               }

               out.println(″</pre>″);

               out.println(″</body></html>″);
  }
  /*
   *    Sends finger output for a user and host to the specified output
   *    stream.
   */
   void finger(OutputStream out,String user,String host,boolean verbose)

         throws IOException
   {

         //open connection to finger daemon

         Socket s;
				
				<dp n="d11"/>
           if(host==null){

                    s=new Socket(InetAddress.getLocalHost(),

  FINGER_PORT);

           }else{

                    s=new Socket(host,FINGER_PORT);

           }

           //send finger command

    PrintStream ps=new PrintStream(s.getOutputStream());

    if(verbose){

           ps.print(″/W″);

    }

    if(user!=null){

             ps.print(user);

    }

    ps.print(″\r\n″);

    ps.flush();

    //copy results to output stream

    InputStream in=s.getInputStream();

    byte[]buf=new byte[512];

    int len;

    while((len=in.read(buf,0,buf.length))!=-1){

             out.write(buf,0,len);

    }

    s.close();

  }
   }
本领域的技术人员可以懂得,根据HTTP协议使用的小服务器可支持任何HTTP方法,包括GET、POST、HEAD等等。它们可将请求重定向到其它地址,并传送HTTP特有的出错信息。它们能存取通过标准HTML形式传递的参数,包括待执行的HTTP方法和识别请求目的地的URI。
如上所示,小服务器的最大的工作特性之一是它们不需为每一请求创建一个新进程。在大多数情况下,许多小服务器作为服务器并列运行在同一进程中。在这种环境中按照HTTP使用时,小服务器与CGI方法和Fast-CGI(快速CGI)方法两者相比具有压倒的优点。这是因为小服务器在线程前后文(thread context)切换期间具有小的计算量方面的花销。由于大多数情况下,小服务器每次初始化时能处理许多客户请求,所以初始化方面的花销分散到许多方法。对该服务的所有客户请求有机会共享数据与通信资源,而更多得益于系统高速缓存。
本领域的技术人员可以知道,本发明的小服务器可用于动态扩展JAVA使能的(Java-enabled)服务器。小服务器为使用请求-响应范例建立的服务提供总框架。小服务器能提供安全的基于网的数据访问,该数据用HTML网页表示,且它们可用于使用动态网页产生技术来交互地查看或修改该数据。
本发明的小服务器可用于为客户库提供定制的多用户服务。且小服务器很灵活,足以支持标准化的服务和代理服务,前者如通过HTTP(或HTTPS)协议提供静态网页。由于它们用于动态可扩展性,因而可以以插入(plug-in)形式使用,支持一些实用程序如搜索引擎(search engine),和半定制应用程序如基于网的订单或商品目录系统。
虽然小服务器最好以JAVA编写,但小服务器客户可以任何语言编写。当小服务器用在分布式应用系统的中层时,它们又可以是其它服务的客户,可以以任何语言编写。
本领域的技术人员可以知道小服务器可以几种模式使用。基本模式是位于请求/响应协议的核心。另外,小服务器可专门用于支持如HTTP等协议。在基于HTTP的应用程序中,小服务器是可移植的,完整的,而且可以更有效地取代基于CGI的扩展。而且,在HTTP应用程序中,小服务器可用于HTML服务器侧,包括动态产生部分网文件。
为了说明,上述描述使用特定的术语以便全面理解本发明。但是,对本领域的技术人员而言,实现本发明不需要具体的细节。在其它例子中,公知的电路与设备以方框图形式表示,以免不必要地偏离基本发明。所以,上述本发明特定实施例的描述是为了说明和描述,而不是为了穷举或将本发明限制于所披露的精确形式,很明显,根据上述思想可作出多种修改与变形。选择并描述实施例是为了更好地说明本发明的原理及其实际应用,从而使本领域的其他技术人员更好地利用本发明和各种适用于特定目的的各种修改的实施例。本发明的范围由下述权利要求及其等同物界定。

Claims (25)

1.一种由本地服务器计算机在程序控制下执行的方法,所述本地服务器计算机包括存贮所述程序的存储器,所述本地服务器计算机构成客户-服务器网络的一部分,所述方法包括以下步骤:
接收来自所述客户-服务器网络的客户计算机的请求;
确定所述请求需要一个小服务器对象的动态生成信息,所述小服务器对象的动态生成信息来自所述客户-服务器网络;
从所述客户-服务器网络的远程服务器计算机加载对应所述请求的一个指定的小服务器对象;以及
执行所述指定的小服务器对象,以获得对应所述请求的动态生成信息。
2.如权利要求1所述的方法,还包括将来自所述指定的小服务器对象的动态生成信息传送到运行在所述本地服务器计算机上的网服务器的步骤,利用应用程序接口方便了所述传送步骤。
3.如权利要求2所述的方法,其特征在于,所述应用程序接口指定用于执行至少下述操作之一的技术:初始化一小服务器对象,执行一小服务器对象,以及删除一小服务器对象。
4.如权利要求2所述的方法,其特征在于,所述特定小服务器对象和所述应用程序接口指定为JAVA编程语言编写的目标字节代码。
5.如权利要求2所述的方法,还包括将所述动态生成信息从所述网服务器传送到所述客户计算机的步骤。
6.如权利要求1所述的方法,其特征在于,所述执行步骤包括以下步骤:
在所述本地服务器计算机的安全区中执行所述指定的小服务器;且
将所述动态生成信息从所述安全区传送到所述本地服务器计算机的非安全区。
7.如权利要求1所述的方法,其特征在于,所述本地服务器计算机存贮多个小服务器对象,每个所述小服务器对象连续运行直至响应于来自客户计算机的指定的请求而被调用。
8.如权利要求7所述的方法,其特征在于,所述多个小服务器对象相互传送数据。
9.如权利要求7所述的方法,其特征在于,所述多个小服务器对象的所述选择的服务器对象在所述本地服务器计算机启动时被实例化。
10.如权利要求7所述的方法,其特征在于,所述多个小服务器对象的所选择的小服务器对象响应来自所述客户计算机的要求而被实例化。
11.如权利要求7所述的方法,其特征在于,所述多个小服务器对象的所选择的小服务器对象响应一个激活的小服务器URL而被实例化。
12.如权利要求11所述的方法,其特征在于,所述小服务器URL包括参数。
13.如权利要求1所述的方法,其特征在于,所述接收步骤包括在一连接队列中存贮所述请求的步骤。
14.如权利要求13所述的方法,其特征在于,所述确定步骤包括从处理线程池中选择一处理线程以执行所述确定步骤。
15.如权利要求14所述的方法还包括通过有选择地创建新处理线程并删除旧处理线程来操作所述处理线程池的步骤。
16.如权利要求15所述的方法,其特征在于,所述操作步骤包括将所述旧处理线程的缓冲存储空间重用于所述新处理线程的步骤。
17.一种由本地服务器计算机在程序控制下执行的方法,所述本地服务器计算机包括存贮所述程序的存储器,所述本地服务器计算机构成客户-服务器计算机网络的一部分,所述方法包括下列步骤:
接收来自所述客户-服务器计算机网络的客户计算机的请求;
确定所述请求需要来自所述服务器计算机的一小服务器对象的动态生成信息;
识别与所述请求相对应的本地小服务器对象;
执行所述被识别的本地小小服务器对象,以获得与所述请求相对应的动态生成信息;以及
将所述动态生成信息传送到所述客户计算机。
18.如权利要求17所述的方法,其特征在于,所述确定的步骤包括解释对应于所述请求的一小服务器URL。
19.如权利要求17所述的方法,其特征在于,所述确定的步骤包括解释具有参数的一小服务器URL。
20.如权利要求17所述的方法,还包括存储步骤:将多个小服务器对象存贮在所述服务器计算机上,每一所述小服务器对象连续运行直至响应来自客户计算机的指定的请求而被调用。
21.如权利要求20所述的方法,其特征在于,所述存储步骤包括在所述多个小服务器对象之间传送数据。
22.一种客户-服务器计算机网络,包括:
一个产生请求的客户计算机;
一个服务器计算机,用于
确定所述请求需要来自所述服务器计算机的一小服务器对象的动态生成信息,
执行所述指定的小服务器对象以获得对应所述请求的动态生成信息,以及
将所述动态生成信息传送到所述客户计算机。
23.如权利要求22所述的计算机网络,其特征在于,还包括一个远程服务器计算机,它存贮一组可传送到所述服务器计算机的小服务器对象。
24.如权利要求22所述的计算机网络,其特征在于,所述服务器计算机存贮多个小服务器对象,每一所述小服务器对象连续运行直至响应来自所述客户计算机的指定的请求而被调用。
25.如权利要求23所述的计算机网络,其特征在于,所述多个小服务器对象在其之间传送数据。
CNB97113586XA 1996-05-30 1997-05-30 用于处理小服务器的装置和方法 Expired - Lifetime CN1145896C (zh)

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US65771296A 1996-05-30 1996-05-30
US657712 1996-05-30
US75632596A 1996-11-25 1996-11-25
US756325 1996-11-25
US828318 1997-03-28
US08/828,318 US5928323A (en) 1996-05-30 1997-03-28 Apparatus and method for dynamically generating information with server-side software objects

Publications (2)

Publication Number Publication Date
CN1191350A CN1191350A (zh) 1998-08-26
CN1145896C true CN1145896C (zh) 2004-04-14

Family

ID=27417985

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB97113586XA Expired - Lifetime CN1145896C (zh) 1996-05-30 1997-05-30 用于处理小服务器的装置和方法

Country Status (8)

Country Link
US (4) US5928323A (zh)
EP (2) EP1235150B1 (zh)
JP (1) JP4005667B2 (zh)
KR (1) KR100464839B1 (zh)
CN (1) CN1145896C (zh)
DE (1) DE69721632T2 (zh)
SG (1) SG74588A1 (zh)
TW (1) TW374876B (zh)

Families Citing this family (249)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5918214A (en) * 1996-10-25 1999-06-29 Ipf, Inc. System and method for finding product and service related information on the internet
US6961712B1 (en) * 1996-10-25 2005-11-01 Ipf, Inc. Consumer product information request (CPIR) enabling servlets and web-based consumer product information catalogs employing the same
JP3839932B2 (ja) 1996-09-26 2006-11-01 キヤノン株式会社 プロセスカートリッジ及び電子写真画像形成装置及び電子写真感光体ドラム及びカップリング
US6185611B1 (en) 1998-03-20 2001-02-06 Sun Microsystem, Inc. Dynamic lookup service in a distributed system
US6438614B2 (en) 1998-02-26 2002-08-20 Sun Microsystems, Inc. Polymorphic token based control
US6938263B2 (en) 1996-04-23 2005-08-30 Sun Microsystems, Inc. System and method for facilitating dynamic loading of “stub” information to enable a program operating in one address space to invoke processing of a remote method or procedure in another address space
US6487607B1 (en) 1998-02-26 2002-11-26 Sun Microsystems, Inc. Methods and apparatus for remote method invocation
US6578044B1 (en) 1997-11-17 2003-06-10 Sun Microsystems, Inc. Method and system for typesafe attribute matching
US6421704B1 (en) 1998-03-20 2002-07-16 Sun Microsystems, Inc. Method, apparatus, and product for leasing of group membership in a distributed system
US6466947B2 (en) 1998-03-20 2002-10-15 Sun Microsystems, Inc. Apparatus and method for dynamically verifying information in a distributed system
US6560656B1 (en) 1998-02-26 2003-05-06 Sun Microsystems, Inc. Apparatus and method for providing downloadable code for use in communicating with a device in a distributed system
US6463446B1 (en) 1998-02-26 2002-10-08 Sun Microsystems, Inc. Method and apparatus for transporting behavior in an event-based distributed system
US6247026B1 (en) 1996-10-11 2001-06-12 Sun Microsystems, Inc. Method, apparatus, and product for leasing of delegation certificates in a distributed system
US6598094B1 (en) 1998-03-20 2003-07-22 Sun Microsystems, Inc. Method and apparatus for determining status of remote objects in a distributed system
US6832223B1 (en) 1996-04-23 2004-12-14 Sun Microsystems, Inc. Method and system for facilitating access to a lookup service
US6138238A (en) 1997-12-11 2000-10-24 Sun Microsystems, Inc. Stack-based access control using code and executor identifiers
US6226746B1 (en) 1998-03-20 2001-05-01 Sun Microsystems, Inc. Stack-based system and method to combine security requirements of methods
US6446070B1 (en) 1998-02-26 2002-09-03 Sun Microsystems, Inc. Method and apparatus for dynamic distributed computing over a network
US6393497B1 (en) 1998-03-20 2002-05-21 Sun Microsystems, Inc. Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
US6282652B1 (en) 1998-02-26 2001-08-28 Sun Microsystems, Inc. System for separately designating security requirements for methods invoked on a computer
US6263442B1 (en) * 1996-05-30 2001-07-17 Sun Microsystems, Inc. System and method for securing a program's execution in a network environment
US5928323A (en) * 1996-05-30 1999-07-27 Sun Microsystems, Inc. Apparatus and method for dynamically generating information with server-side software objects
US6151643A (en) * 1996-06-07 2000-11-21 Networks Associates, Inc. Automatic updating of diverse software products on multiple client computer systems by downloading scanning application to client computer and generating software list on client computer
US6718550B1 (en) 1996-06-26 2004-04-06 Sun Microsystems, Inc. Method and apparatus for improving the performance of object invocation
US6237009B1 (en) 1996-10-11 2001-05-22 Sun Microsystems, Inc. Lease renewal service
US5832529A (en) 1996-10-11 1998-11-03 Sun Microsystems, Inc. Methods, apparatus, and product for distributed garbage collection
US6728737B2 (en) 1996-10-11 2004-04-27 Sun Microsystems, Inc. Method and system for leasing storage
US20040210479A1 (en) * 1996-10-25 2004-10-21 Ipf, Inc. Internet-based brand marketing communication instrumentation network for deploying, installing and remotely programming brand-building server-side driven multi-mode virtual kiosks on the World Wide Web (WWW), and methods of brand marketing communication between brand marketers and consumers using the same
US7904333B1 (en) 1996-10-25 2011-03-08 Ipf, Inc. Web-based electronic commerce (EC) enabled shopping network configured to allow members of a consumer product management team and authorized parties to communicate directly with consumers shopping at EC-enabled websites along the world wide web (WWW), using multi-mode virtual kiosks (MMVKS) driven by server-side components and managed by product team members
US7711598B2 (en) * 1996-10-25 2010-05-04 Ipf, Inc. Web-based consumer product marketing communication network for managing and delivering consumer product marketing communications to consumers along e-commerce (EC) enabled web sites on the world wide web (WWW), using multi-mode virtual kiosks (MMVKS) driven by server=side components embodying consumer product identifiers and driven by consumer product information (CPI) links managed by product manufacturer team members and/or their agents
US20050010475A1 (en) * 1996-10-25 2005-01-13 Ipf, Inc. Internet-based brand management and marketing communication instrumentation network for deploying, installing and remotely programming brand-building server-side driven multi-mode virtual Kiosks on the World Wide Web (WWW), and methods of brand marketing communication between brand marketers and consumers using the same
US20050144072A1 (en) * 1996-10-25 2005-06-30 Perkowski Thomas J. Internet-based brand management and marketing communication instrumentation network for deploying, installing and remotely programming brand-building server-side driven multi-mode virtual kiosks on the World Wide Web (WWW), and methods of brand marketing communication between brand marketers and consumers using the same
US7516094B2 (en) * 1996-10-25 2009-04-07 Ipf, Inc. Internet-based system for managing and delivering consumer product information to consumers at web-based retailer store sites on the world wide web (WWW), using consumer product information (CPI) requesting and graphical user interface (GUI) display subsystems, driven by server-side components embodying universal product numbers (UPNs) and driven by UPN/URL links managed by product manufacturer team members and/or their agents
US7536324B2 (en) * 1996-10-25 2009-05-19 Ipf, Inc. Internet-based system for managing and delivering consumer product brand information to consumers at points of presence along the world wide web (WWW)
US7848948B2 (en) * 1996-10-25 2010-12-07 Ipf, Inc. Internet-based product brand marketing communication network configured to allow members of a product brand management team to communicate directly with consumers browsing HTML-encoded pages at an electronic commerce (EC) enabled web-site along the fabric of the world wide web (WWW), using programable multi-mode virtual kiosks (MMVKS) driven by server-side components and managed by product brand management team members
US6167522A (en) * 1997-04-01 2000-12-26 Sun Microsystems, Inc. Method and apparatus for providing security for servers executing application programs received via a network
JP3848725B2 (ja) * 1997-04-04 2006-11-22 富士通株式会社 双方向通信システム
US6304912B1 (en) * 1997-07-24 2001-10-16 Fujitsu Limited Process and apparatus for speeding-up layer-2 and layer-3 routing, and for determining layer-2 reachability, through a plurality of subnetworks
US6035324A (en) * 1997-08-28 2000-03-07 International Business Machines Corporation Client-side asynchronous form management
US6070184A (en) * 1997-08-28 2000-05-30 International Business Machines Corporation Server-side asynchronous form management
US7630006B2 (en) 1997-10-09 2009-12-08 Fotonation Ireland Limited Detecting red eye filter and apparatus using meta-data
US6216152B1 (en) * 1997-10-27 2001-04-10 Sun Microsystems, Inc. Method and apparatus for providing plug in media decoders
IL122314A (en) * 1997-11-27 2001-03-19 Security 7 Software Ltd Method and system for enforcing a communication security policy
US6438616B1 (en) 1997-12-18 2002-08-20 Sun Microsystems, Inc. Method and apparatus for fast, local corba object references
US6510460B1 (en) * 1997-12-18 2003-01-21 Sun Microsystems, Inc. Method and apparatus for enforcing locking invariants in multi-threaded systems
US6516354B2 (en) 1997-12-18 2003-02-04 Sun Microsystems, Inc. Method and apparatus for efficient representation of variable length identifiers in a distributed object system
US6249803B1 (en) 1997-12-18 2001-06-19 Sun Microsystems, Inc. Method and apparatus for executing code during method invocation
US6085196A (en) * 1997-12-23 2000-07-04 Ricoh Company, Ltd. Object-oriented system and computer program product for mapping structured information to different structured information
US7437725B1 (en) 1999-01-04 2008-10-14 General Electric Company Processing techniques for servers handling client/server traffic and communications
US6012098A (en) * 1998-02-23 2000-01-04 International Business Machines Corp. Servlet pairing for isolation of the retrieval and rendering of data
WO1999044121A2 (en) * 1998-02-26 1999-09-02 Sun Microsystems, Inc. Method and apparatus for dynamic distributed computing over a network
US6604127B2 (en) 1998-03-20 2003-08-05 Brian T. Murphy Dynamic lookup service in distributed system
EP1058883A2 (en) 1998-02-26 2000-12-13 Sun Microsystems, Inc. Method and system for deterministic hashes to identify remote methods
US6098093A (en) * 1998-03-19 2000-08-01 International Business Machines Corp. Maintaining sessions in a clustered server environment
DE19818041B4 (de) * 1998-04-22 2008-04-03 Siemens Ag Verfahren zur Erzeugung einer Oberfläche zum Bedienen und Beobachten von Leitsystemen
GB2337671B (en) * 1998-05-16 2003-12-24 Ibm Security mechanisms in a web server
US6223202B1 (en) * 1998-06-05 2001-04-24 International Business Machines Corp. Virtual machine pooling
US6330710B1 (en) * 1998-06-19 2001-12-11 At&T Corp. Servlet-based architecture for dynamic service composition
US6591305B2 (en) * 1998-06-30 2003-07-08 Sun Microsystems, Inc. Method and system for delivering data from a server object to a client object using a non-proprietary data transfer protocol
US6212564B1 (en) * 1998-07-01 2001-04-03 International Business Machines Corporation Distributed application launcher for optimizing desktops based on client characteristics information
US6633914B1 (en) * 1998-08-05 2003-10-14 International Business Machines Corporation Systems, methods and computer program products for handling client requests for server application processing using a thread pool
JP3558887B2 (ja) * 1998-08-28 2004-08-25 株式会社東芝 分散システム、その制御方法、および記憶媒体
US6643708B1 (en) * 1998-10-29 2003-11-04 International Business Machines Corporation Systems, methods and computer program products for chaining Java servlets across networks
US6409602B1 (en) 1998-11-06 2002-06-25 New Millenium Gaming Limited Slim terminal gaming system
JP2002531893A (ja) * 1998-11-30 2002-09-24 シーベル システムズ,インコーポレイティド 小型軽量クライアントアーキテクチャーを有するクライアントサーバシステム
US6266774B1 (en) 1998-12-08 2001-07-24 Mcafee.Com Corporation Method and system for securing, managing or optimizing a personal computer
GB2335060B (en) * 1998-12-09 2003-04-30 Taxmate Ltd An inter-computer communications apparatus
JP2000250841A (ja) * 1999-03-02 2000-09-14 Hitachi Ltd ページ生成方法及び装置並びにページ生成プログラムを記録した記憶媒体および電子モールシステム
WO2000062136A1 (en) * 1999-04-09 2000-10-19 Steen Henry B Iii Remote data access and system control
US20020198791A1 (en) * 1999-04-21 2002-12-26 Perkowski Thomas J. Internet-based consumer product brand marketing communication system which enables manufacturers, retailers and their respective agents, and consumers to carry out product-related functions along the demand side of the retail chain in an integrated manner
US20080021778A1 (en) * 1999-04-21 2008-01-24 Ipf, Inc. Web-based brand marketing communication network for enabling e-commerce transactions using Multi-Mode Virtual Kiosks (MMVKS)
US7844492B2 (en) * 1999-11-17 2010-11-30 Ipf, Inc. Internet-based E-commerce network for enabling commission-based E-commerce transactions along the fabric of the world wide web (WWW) using server-side driven multi-mode virtual kiosks (MMVKS) and transaction and commission tracking servers
US6701438B1 (en) * 1999-06-14 2004-03-02 Sun Microsystems, Inc. Methods and apparatus for providing customizable security and logging protocols in a servlet engine
US8862507B2 (en) 1999-06-14 2014-10-14 Integral Development Corporation System and method for conducting web-based financial transactions in capital markets
US6446111B1 (en) * 1999-06-18 2002-09-03 Epicrealm Operating Inc. Method and apparatus for client-server communication using a limited capability client over a low-speed communications link
US6480882B1 (en) * 1999-06-25 2002-11-12 Emc Corporation Method for control and communication between computer systems linked through a network
US6954777B1 (en) * 1999-07-29 2005-10-11 International Business Machines Corporation Method for extending capabilities of an arbitrary web server
US6701367B1 (en) 1999-09-24 2004-03-02 Sun Microsystems, Inc. Mechanism for enabling customized session managers to interact with a network server
US6604125B1 (en) 1999-09-24 2003-08-05 Sun Microsystems, Inc. Mechanism for enabling a thread unaware or non thread safe application to be executed safely in a multi-threaded environment
US6542920B1 (en) * 1999-09-24 2003-04-01 Sun Microsystems, Inc. Mechanism for implementing multiple thread pools in a computer system to optimize system performance
US6895584B1 (en) 1999-09-24 2005-05-17 Sun Microsystems, Inc. Mechanism for evaluating requests prior to disposition in a multi-threaded environment
US6629142B1 (en) 1999-09-24 2003-09-30 Sun Microsystems, Inc. Mechanism for optimizing processing of client requests
EP1224568A4 (en) 1999-09-24 2006-11-08 Sun Microsystems Inc MECHANISM FOR VALIDATING SESSION INFORMATION TO BE SHARED AMONG MULTIPLE PROCESSES
US7388953B2 (en) * 1999-09-24 2008-06-17 Verizon Business Global Llc Method and system for providing intelligent network control services in IP telephony
US6636596B1 (en) * 1999-09-24 2003-10-21 Worldcom, Inc. Method of and system for providing intelligent network control services in IP telephony
US6766349B1 (en) 1999-09-24 2004-07-20 Sun Microsystems, Inc. Mechanism for obtaining a thread from, and returning a thread to, a thread pool without attaching and detaching
US7266766B1 (en) 1999-09-30 2007-09-04 International Business Machines Corporation Method for developing a custom tagbean
US6876991B1 (en) 1999-11-08 2005-04-05 Collaborative Decision Platforms, Llc. System, method and computer program product for a collaborative decision platform
CA2395616A1 (en) * 1999-12-08 2001-06-28 Mci Worldcom, Inc. Session initiation protocol servlet application programming interface
US6678518B2 (en) 1999-12-09 2004-01-13 Nokia Corporation Dynamic content filter in a gateway
US6687729B1 (en) * 1999-12-20 2004-02-03 Unisys Corporation System and method for providing a pool of reusable threads for performing queued items of work
US20020087915A1 (en) * 1999-12-23 2002-07-04 Jesse Perla Error handler method and system for internet-based applications
US20020032706A1 (en) * 1999-12-23 2002-03-14 Jesse Perla Method and system for building internet-based applications
US20010047385A1 (en) * 1999-12-30 2001-11-29 Jeffrey Tuatini Passthru to shared service funtionality
US20110238506A1 (en) * 2000-01-14 2011-09-29 Perkowski Thomas J Internet-based brand marketing communication network for enabling commission-based e-commerce transactions along the fabric of the world wide web (www) using server-side driven multi-mode virtual kiosks (mmvks)
US6938256B2 (en) 2000-01-18 2005-08-30 Galactic Computing Corporation System for balance distribution of requests across multiple servers using dynamic metrics
CA2397647A1 (en) * 2000-01-27 2001-08-02 Hummingbird Ltd. A method and system for implementing an enterprise information portal
US6772395B1 (en) * 2000-02-01 2004-08-03 Microsoft Corporation Self-modifying data flow execution architecture
US6658449B1 (en) * 2000-02-17 2003-12-02 International Business Machines Corporation Apparatus and method for periodic load balancing in a multiple run queue system
US6748593B1 (en) * 2000-02-17 2004-06-08 International Business Machines Corporation Apparatus and method for starvation load balancing using a global run queue in a multiple run queue system
US6553405B1 (en) 2000-02-25 2003-04-22 Telefonaktiebolaget Lm Ericsson (Publ) Self-configurable distributed system
US6598036B1 (en) * 2000-04-04 2003-07-22 Ford Global Technologies, Llc Method for serving engineering rules on a network through servlet and applet
US8082491B1 (en) 2000-05-09 2011-12-20 Oracle America, Inc. Dynamic displays in a distributed computing environment
US6862594B1 (en) 2000-05-09 2005-03-01 Sun Microsystems, Inc. Method and apparatus to discover services using flexible search criteria
US6985946B1 (en) 2000-05-12 2006-01-10 Microsoft Corporation Authentication and authorization pipeline architecture for use in a web server
WO2001088762A2 (en) * 2000-05-16 2001-11-22 Open Market, Inc. Distributed dynamic web page caching system
US6792607B1 (en) 2000-05-18 2004-09-14 Microsoft Corporation Databinding using server-side control objects
US7013340B1 (en) * 2000-05-18 2006-03-14 Microsoft Corporation Postback input handling by server-side control objects
US6757900B1 (en) 2000-05-18 2004-06-29 Microsoft Corporation State management of server-side control objects
US6961750B1 (en) 2000-05-18 2005-11-01 Microsoft Corp. Server-side control objects for processing client-side user interface elements
US6990653B1 (en) * 2000-05-18 2006-01-24 Microsoft Corporation Server-side code generation from a dynamic web page content file
US6934755B1 (en) 2000-06-02 2005-08-23 Sun Microsystems, Inc. System and method for migrating processes on a network
US7140018B1 (en) 2000-06-20 2006-11-21 International Business Machines Corporation Method of using a distinct flow of computational control as a reusable abstract data object
US6507903B1 (en) 2000-06-20 2003-01-14 International Business Machines Corporation High performance non-blocking parallel storage manager for parallel software executing on coordinates
US6832378B1 (en) 2000-06-20 2004-12-14 International Business Machines Corporation Parallel software processing system
AU7459401A (en) * 2000-06-27 2002-01-08 Kbmj Inc. Information supply system
US7076534B1 (en) * 2000-06-30 2006-07-11 Microsoft Corporation Server-side scripting that enables creation of customized documents for clients
US8538843B2 (en) 2000-07-17 2013-09-17 Galactic Computing Corporation Bvi/Bc Method and system for operating an E-commerce service provider
US6816905B1 (en) * 2000-11-10 2004-11-09 Galactic Computing Corporation Bvi/Bc Method and system for providing dynamic hosted service management across disparate accounts/sites
US7089560B1 (en) * 2000-07-24 2006-08-08 Sun Microsystems, Inc. Architecture for building web applications
US6571201B1 (en) 2000-08-18 2003-05-27 Gilbarco Inc. Remote-access fuel dispenser using a data type aware mark-up language
CN100499641C (zh) * 2000-08-25 2009-06-10 捷讯研究有限公司 实现增强型传输层安全协议的系统和方法
US20020046240A1 (en) * 2000-08-31 2002-04-18 Scott Graham Web server framework
US6769123B1 (en) * 2000-09-07 2004-07-27 Cisco Technology, Inc. Method and apparatus of using a single computer program source code base to provide a program that is operable in either a client-server mode or a standalone mode
US7526438B1 (en) * 2000-09-18 2009-04-28 Hewlett-Packard Development Company, L.P. Localizing client purchasing of consumables for hardcody output engine and method
US6684262B1 (en) 2000-10-25 2004-01-27 International Business Machines Corporation Method and system for controlling peripheral device interface behavior using thread registration
US11526940B2 (en) 2000-10-31 2022-12-13 Integral Development Corporation System and method for conducting web-based financial transactions in capital markets
US20020099806A1 (en) * 2000-11-30 2002-07-25 Phillip Balsamo Processing node for eliminating duplicate network usage data
US20020069217A1 (en) * 2000-12-04 2002-06-06 Hua Chen Automatic, multi-stage rich-media content creation using a framework based digital workflow - systems, methods and program products
US7089281B1 (en) * 2000-12-08 2006-08-08 Sun Microsystems, Inc. Load balancing in a dynamic session redirector
US6968557B1 (en) * 2000-12-18 2005-11-22 Stratum8 Corporation Reducing stack memory resources in a threaded computer system
US6988349B2 (en) * 2000-12-27 2006-01-24 Pitney Bowes Inc. Printstream processing for inserter systems
US7412598B1 (en) * 2000-12-29 2008-08-12 Cisco Technology, Inc. Method and system for real-time insertion of service during a call session over a communication network
WO2002057916A2 (en) * 2001-01-19 2002-07-25 Russell William Teubner An improved system, method and apparatus to allow communication between cics and non-cics software applications
US20030056173A1 (en) * 2001-01-22 2003-03-20 International Business Machines Corporation Method, system, and program for dynamically generating input for a test automation facility for verifying web site operation
EP1368726A4 (en) * 2001-02-06 2005-04-06 En Garde Systems APPARATUS AND METHOD FOR PROVIDING SECURE NETWORK COMMUNICATION
US7249190B2 (en) * 2001-02-09 2007-07-24 Comlet Technologies, Llc. Enhanced data exchange and presentation/communication system
US7797431B2 (en) * 2001-02-09 2010-09-14 Willard Case Enhanced data exchange and functionality control system and method
US20020120677A1 (en) * 2001-02-23 2002-08-29 Goward Philip J. Method and apparatus for using a servlet to interoperate with server pages
US6961938B1 (en) * 2001-03-03 2005-11-01 Brocade Communications Systems, Inc. Management of multiple network devices using unsigned Java applets
US7380250B2 (en) * 2001-03-16 2008-05-27 Microsoft Corporation Method and system for interacting with devices having different capabilities
US7734725B2 (en) * 2001-03-30 2010-06-08 International Business Machines Corporation Method and apparatus for server side queuing to control page presentation on web enabled device
USRE47735E1 (en) 2001-04-20 2019-11-19 Progme Corporation Audio/video program-related hyperlink printer
BR0208992A (pt) * 2001-04-20 2004-04-27 Pfizer Prod Inc Processo para a preparação de indenos 1,3-substituìdos e compostos azapolicìclicos fundidos com arila
US7480860B2 (en) 2001-04-23 2009-01-20 Versata Computer Industry Solutions, Inc. Data document generator to generate multiple documents from a common document using multiple transforms
US6748386B1 (en) * 2001-04-24 2004-06-08 Nec Corporation System and method for automated construction of URL, cookie, and database query mapping
US7320027B1 (en) * 2001-05-14 2008-01-15 At&T Corp. System having generalized client-server computing
US7493397B1 (en) * 2001-06-06 2009-02-17 Microsoft Corporation Providing remote processing services over a distributed communications network
US6944797B1 (en) 2001-06-07 2005-09-13 Microsoft Corporation Method and system for tracing
US7594230B2 (en) 2001-06-11 2009-09-22 Microsoft Corporation Web server architecture
US7430738B1 (en) * 2001-06-11 2008-09-30 Microsoft Corporation Methods and arrangements for routing server requests to worker processes based on URL
US6915454B1 (en) 2001-06-12 2005-07-05 Microsoft Corporation Web controls validation
US6996602B2 (en) * 2001-06-18 2006-02-07 Ford Global Technologies, Llc Server-side page table framework for client application definition and execution
US6898604B1 (en) * 2001-06-29 2005-05-24 Microsoft Corporation XML serialization and deserialization
US7269788B2 (en) * 2001-06-29 2007-09-11 Versata Development Group, Inc. Extensibility and usability of document and data representation languages
US7162723B2 (en) * 2001-06-29 2007-01-09 Microsoft Corporation ASP.NET HTTP runtime
US6813641B2 (en) * 2001-07-05 2004-11-02 Sun Microsystems, Inc. Teamware server working over HTTP/HTTPS connections
US20030009522A1 (en) * 2001-07-05 2003-01-09 Rau Sadhana S. Method for propagating teamware transactions
US20030046441A1 (en) * 2001-07-05 2003-03-06 Rau Sadhana S. Teamware repository of teamware workspaces
US6973625B1 (en) 2001-07-06 2005-12-06 Convergys Cmg Utah Method for creating browser-based user interface applications using a framework
US7594001B1 (en) 2001-07-06 2009-09-22 Microsoft Corporation Partial page output caching
US7120897B2 (en) * 2001-07-10 2006-10-10 Microsoft Corporation User control objects for providing server-side code generation from a user-defined dynamic web page content file
US7349942B1 (en) 2002-02-13 2008-03-25 Vignette Corporation Storage medium having a manageable file directory structure
US9639547B2 (en) 2001-07-13 2017-05-02 Open Text Sa Ulc Method and system for file-system based caching
US7024452B1 (en) 2001-07-13 2006-04-04 Vignette Corporation Method and system for file-system based caching
US7761497B1 (en) 2001-07-13 2010-07-20 Vignette Software, LLC Storage medium having a manageable file directory structure
US20030069906A1 (en) * 2001-07-27 2003-04-10 Cichowlas Bruce William Method and system for multi-page web applications with central control
GB2378270B (en) 2001-07-30 2005-04-20 Ibm Method and apparatus for data transfer across a network
US7216294B2 (en) 2001-09-04 2007-05-08 Microsoft Corporation Method and system for predicting optimal HTML structure without look-ahead
US7660887B2 (en) 2001-09-07 2010-02-09 Sun Microsystems, Inc. Systems and methods for providing dynamic quality of service for a distributed system
US7756969B1 (en) 2001-09-07 2010-07-13 Oracle America, Inc. Dynamic provisioning of identification services in a distributed system
US20030074432A1 (en) * 2001-09-26 2003-04-17 Mazzitelli John Joseph State data management method and system
US7003570B2 (en) 2001-10-05 2006-02-21 Bea Systems, Inc. System for integrating java servlets with asynchronous messages
US6886041B2 (en) * 2001-10-05 2005-04-26 Bea Systems, Inc. System for application server messaging with multiple dispatch pools
US7761594B1 (en) * 2001-10-15 2010-07-20 Netapp, Inc. Method and apparatus for forwarding requests in a cache hierarchy based on user-defined forwarding rules
US7469299B2 (en) * 2001-10-25 2008-12-23 Verizon Business Global Llc Bridging user agent and a proxy server for supporting network services
US7428725B2 (en) 2001-11-20 2008-09-23 Microsoft Corporation Inserting devices specific content
US20030140161A1 (en) * 2001-12-21 2003-07-24 Matthew A. Hayduk Portable computing device having a dynamic client classmark and method therefor
WO2003063029A1 (en) * 2002-01-18 2003-07-31 Bea Systems, Inc. System and method for using virtual directories to service url requests in application servers
US20030145048A1 (en) * 2002-01-18 2003-07-31 Bea Systems, Inc. System and method for HTTP request preprocessing for servlets and application servers
US7197530B2 (en) * 2002-01-18 2007-03-27 Bea Systems, Inc. System and method for pluggable URL pattern matching for servlets and application servers
US20030140100A1 (en) * 2002-01-18 2003-07-24 Sam Pullara System and method for URL response caching and filtering in servlets and application servers
CA2416962A1 (en) * 2002-01-22 2003-07-22 Datacom Wireless Corporation Vehicle monitoring system
US20030233477A1 (en) * 2002-06-17 2003-12-18 Microsoft Corporation Extensible infrastructure for manipulating messages communicated over a distributed network
US7711728B2 (en) * 2002-06-20 2010-05-04 Guidance Software, Inc. System and method for searching for static data in a computer investigation system
US6792545B2 (en) * 2002-06-20 2004-09-14 Guidance Software, Inc. Enterprise computer investigation system
US20070011450A1 (en) * 2004-09-14 2007-01-11 Mccreight Shawn System and method for concurrent discovery and survey of networked devices
US7454458B2 (en) 2002-06-24 2008-11-18 Ntt Docomo, Inc. Method and system for application load balancing
US20040001476A1 (en) * 2002-06-24 2004-01-01 Nayeem Islam Mobile application environment
US20030236826A1 (en) * 2002-06-24 2003-12-25 Nayeem Islam System and method for making mobile applications fault tolerant
US20070005685A1 (en) * 2002-09-16 2007-01-04 Wunchun Chau Browser-based payment system
US7130877B2 (en) * 2002-09-30 2006-10-31 Alcatel Canada Inc. Request processing switch
US7116784B2 (en) 2002-09-30 2006-10-03 Motorola, Inc. Method and apparatus for authenticated reporting in a mobile communication device
US7574653B2 (en) 2002-10-11 2009-08-11 Microsoft Corporation Adaptive image formatting control
DE50208160D1 (de) * 2002-10-31 2006-10-26 Siemens Ag Verfahren und Vorrichtung zur asynchronen Übertragung mindestens eines Meldesignals
US8145759B2 (en) * 2002-11-04 2012-03-27 Oracle America, Inc. Dynamically configurable resource pool
US20040111421A1 (en) * 2002-12-10 2004-06-10 Cohen Norman H. Data source synthesis
US20040128654A1 (en) * 2002-12-30 2004-07-01 Dichter Carl R. Method and apparatus for measuring variation in thread wait time
KR100408758B1 (en) * 2003-01-22 2003-12-11 Nexon Co Ltd Method for controlling user application program
US20040163086A1 (en) * 2003-02-14 2004-08-19 Richard Friedman WebDAV servlet
US8621031B2 (en) * 2003-04-29 2013-12-31 Oracle International Corporation Method and apparatus using connection pools in communication networks
JP4555000B2 (ja) * 2003-06-20 2010-09-29 株式会社エヌ・ティ・ティ・ドコモ アプリケーションの適応的レプリケーションをサーバサイドコードユニットを用いて実行する方法および装置
WO2005008546A1 (en) * 2003-07-11 2005-01-27 Computer Associates Think, Inc. Event processor for job scheduling and management
US7237619B2 (en) * 2003-07-23 2007-07-03 Mehr Ralph R Automatic fire sprinkler having a variable orifice
US7596782B2 (en) * 2003-10-24 2009-09-29 Microsoft Corporation Software build extensibility
US7792874B1 (en) 2004-01-30 2010-09-07 Oracle America, Inc. Dynamic provisioning for filtering and consolidating events
CN1662003B (zh) * 2004-02-27 2010-04-28 华为技术有限公司 一种实现会话发起协议应用服务器个人业务定制的方法
US7890604B2 (en) 2004-05-07 2011-02-15 Microsoft Corproation Client-side callbacks to server events
US9026578B2 (en) 2004-05-14 2015-05-05 Microsoft Corporation Systems and methods for persisting data between web pages
US8065600B2 (en) 2004-05-14 2011-11-22 Microsoft Corporation Systems and methods for defining web content navigation
US7464386B2 (en) * 2004-05-17 2008-12-09 Microsoft Corporation Data controls architecture
US20060020883A1 (en) * 2004-05-28 2006-01-26 Microsoft Corporation Web page personalization
US8156448B2 (en) * 2004-05-28 2012-04-10 Microsoft Corporation Site navigation and site navigation data source
US7530058B2 (en) * 2004-05-28 2009-05-05 Microsoft Corporation Non-compile pages
US7571236B2 (en) * 2004-06-07 2009-08-04 Sap Ag System and method for managing connections
GB0416259D0 (en) * 2004-07-21 2004-08-25 Ibm A method and system for enabling a server application to be executed in the same virtual machine as a client application using direct object oriented
US7418712B2 (en) * 2004-08-31 2008-08-26 Microsoft Corporation Method and system to support multiple-protocol processing within worker processes
US20060047840A1 (en) * 2004-08-31 2006-03-02 Peter Postmus Method and session initiation protocol (SIP) server for the exchange of end-point capabilities
US7418709B2 (en) * 2004-08-31 2008-08-26 Microsoft Corporation URL namespace to support multiple-protocol processing within worker processes
US7418719B2 (en) * 2004-08-31 2008-08-26 Microsoft Corporation Method and system to support a unified process model for handling messages sent in different protocols
JP4144609B2 (ja) * 2004-09-29 2008-09-03 ソニー株式会社 情報処理装置、メモリ領域管理方法、並びにコンピュータ・プログラム
US7984418B2 (en) * 2005-03-24 2011-07-19 International Business Machines Corporation Method and apparatus for situationally aware delivery of object instances to a client
US7823158B2 (en) * 2005-08-18 2010-10-26 International Business Machines Corporation Adaptive scheduling and management of work processing in a target context in resource contention
WO2007044709A2 (en) * 2005-10-06 2007-04-19 Guidance Software, Inc. Electronic discovery system and method
US20070083671A1 (en) * 2005-10-11 2007-04-12 International Business Machines Corporation Servlet filters to decode encoded request parameters
US8010595B2 (en) * 2005-11-29 2011-08-30 International Business Machines Corporation Execution of server-side dynamic pages
JP2007241854A (ja) * 2006-03-10 2007-09-20 Sangyo Kaihatsu Kiko:Kk オンラインストレージシステム
US8892735B2 (en) * 2006-09-28 2014-11-18 Guidance Software, Inc. Phone home servlet in a computer investigation system
US7657591B2 (en) * 2007-02-23 2010-02-02 Microsoft Corporation Dispatching client requests to appropriate server-side methods
US8334891B2 (en) * 2007-03-05 2012-12-18 Cisco Technology, Inc. Multipoint conference video switching
US8264521B2 (en) 2007-04-30 2012-09-11 Cisco Technology, Inc. Media detection and packet distribution in a multipoint conference
US20090276791A1 (en) * 2008-05-01 2009-11-05 Microsoft Corporation Techniques for facilitating server callbacks
US8732588B2 (en) * 2008-09-09 2014-05-20 Applied Systems, Inc. Method and apparatus for remotely displaying screen files and efficiently handling remote operator input
WO2010059881A2 (en) * 2008-11-19 2010-05-27 Brett Babat Bone fixation assembly
US8532714B2 (en) 2009-01-29 2013-09-10 Qualcomm Incorporated Dynamically provisioning a device with audio processing capability
JP5483249B2 (ja) * 2009-03-03 2014-05-07 日本電気株式会社 HTTP要求処理システム、Webサーバ、HTTP要求処理方法、及びHTTP要求処理プログラム
US20110082875A1 (en) * 2009-10-02 2011-04-07 Netquote, Inc. System and method for dynamic payload generation on shared sites
CN101777065B (zh) * 2009-12-31 2015-01-14 优视科技有限公司 一种用于移动通讯设备终端的多页面浏览器及其应用方法
US9479480B2 (en) * 2010-01-29 2016-10-25 Citrix Systems, Inc. Systems and methods of using SSL pools for WAN acceleration
US20110239229A1 (en) * 2010-03-26 2011-09-29 Microsoft Corporation Predicative and persistent event streams
US8903884B2 (en) * 2011-02-21 2014-12-02 Microsoft Corporation Multi-tenant services gateway
US8856260B2 (en) 2011-06-14 2014-10-07 Microsoft Corporation Providing access to shared state data
US20130290830A1 (en) * 2012-04-30 2013-10-31 Salesforce.Com, Inc. System and method for managing a viewstate of a web application
GB2502277B (en) * 2012-05-21 2015-07-08 Rosberg System As Data communication network
US9135030B2 (en) 2012-06-29 2015-09-15 M-Files Oy Method, an apparatus and a computer program product for extending an application in a client device
US9641604B1 (en) 2013-05-16 2017-05-02 Ca, Inc. Ranking candidate servers in order to select one server for a scheduled data transfer
US9823826B2 (en) 2014-10-16 2017-11-21 International Business Machines Corporation User interface module sharing
CA3162166A1 (en) 2019-12-02 2021-06-10 Storm Therapeutics Limited Polyheterocyclic compounds as mettl3 inhibitors
CN111209495A (zh) * 2019-12-26 2020-05-29 曙光信息产业股份有限公司 一种动态页面的生成方法和装置

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5341477A (en) * 1989-02-24 1994-08-23 Digital Equipment Corporation Broker for computer network server selection
CA2048306A1 (en) * 1990-10-02 1992-04-03 Steven P. Miller Distributed configuration profile for computing system
US5452454A (en) * 1991-12-10 1995-09-19 Digital Equipment Corporation Generic remote boot for networked workstations by creating local bootable code image
US5475421A (en) * 1992-06-03 1995-12-12 Digital Equipment Corporation Video data scaling for video teleconferencing workstations communicating by digital data network
US5570291A (en) * 1994-08-24 1996-10-29 Wallace Computer Services, Inc. Custom product estimating and order processing system
US5630066A (en) * 1994-12-20 1997-05-13 Sun Microsystems, Inc. System and method for locating object view and platform independent object
US5612730A (en) * 1995-03-03 1997-03-18 Multimedia Systems Corporation Interactive system for a closed cable network
US5802291A (en) * 1995-03-30 1998-09-01 Sun Microsystems, Inc. System and method to control and administer distributed object servers using first class distributed objects
US5721825A (en) * 1996-03-15 1998-02-24 Netvision, Inc. System and method for global event notification and delivery in a distributed computing environment
US5928323A (en) * 1996-05-30 1999-07-27 Sun Microsystems, Inc. Apparatus and method for dynamically generating information with server-side software objects
US6263442B1 (en) * 1996-05-30 2001-07-17 Sun Microsystems, Inc. System and method for securing a program's execution in a network environment
US6163797A (en) * 1996-08-06 2000-12-19 Hewlett-Packard Company Application dispatcher for seamless, server application support for network terminals and non-network terminals
US6167522A (en) * 1997-04-01 2000-12-26 Sun Microsystems, Inc. Method and apparatus for providing security for servers executing application programs received via a network
US6055562A (en) * 1997-05-01 2000-04-25 International Business Machines Corporation Dynamic mobile agents
US6075528A (en) * 1997-10-20 2000-06-13 International Business Machines Corporation Graphical user interface stream processor
US6012098A (en) * 1998-02-23 2000-01-04 International Business Machines Corp. Servlet pairing for isolation of the retrieval and rendering of data
US6098093A (en) * 1998-03-19 2000-08-01 International Business Machines Corp. Maintaining sessions in a clustered server environment

Also Published As

Publication number Publication date
JPH10133892A (ja) 1998-05-22
EP1235150A3 (en) 2005-04-13
TW374876B (en) 1999-11-21
EP1235150A2 (en) 2002-08-28
US6405241B2 (en) 2002-06-11
EP0810524B1 (en) 2003-05-07
US20010011298A1 (en) 2001-08-02
JP4005667B2 (ja) 2007-11-07
EP1235150B1 (en) 2017-04-05
KR100464839B1 (ko) 2005-02-28
KR19980079252A (ko) 1998-11-25
EP0810524A1 (en) 1997-12-03
DE69721632D1 (de) 2003-06-12
SG74588A1 (en) 2000-08-22
US7171446B2 (en) 2007-01-30
CN1191350A (zh) 1998-08-26
US20030009519A1 (en) 2003-01-09
US6247044B1 (en) 2001-06-12
US5928323A (en) 1999-07-27
DE69721632T2 (de) 2004-02-19

Similar Documents

Publication Publication Date Title
CN1145896C (zh) 用于处理小服务器的装置和方法
US7162723B2 (en) ASP.NET HTTP runtime
CN1291318C (zh) 在计算网络中供应聚合服务的方法和系统
US7117243B2 (en) Methods for distributed program execution with file-type association in a client-server network
CA2462271C (en) Methods for distributed program execution with file-type association in a client-server network
EP0956687B1 (en) Web request broker controlling multiple processes
US6952714B2 (en) Method for distributed program execution with server-based file type association
US7330872B2 (en) Method for distributed program execution with web-based file-type association
US20060064399A1 (en) Method and system for testing distributed software applications
US20030065810A1 (en) Selective edge processing of dynamically generated content
US9736017B2 (en) Server-side protocol configuration of accessing clients
JPH10312350A (ja) リソース命名方法及び機構
JPH1083308A (ja) スタブ検索及びローディング・サブシステム、スタブ検索及びローディング方法並びにスタブ検索及びローディング用記録媒体
AU2002332001A1 (en) Methods for distributed program execution with file-type association in a client-server network
US20030055862A1 (en) Methods, systems, and articles of manufacture for managing systems using operation objects
US6832223B1 (en) Method and system for facilitating access to a lookup service
US20030037107A1 (en) Application distribution system, and distribution server and distribution method thereof
US20020046228A1 (en) Method and system for facilitating access to a lookup service
CN101374158B (zh) 根据结果完成比例将缓存内容或处理内容递送给客户端
EP1058884A1 (en) Method and system for facilitating access to a lookup service
EP1058880A1 (en) Downloadable smart proxies for performing processing associated with a remote procedure call in a distributed system
US6594689B1 (en) Multi-platform helper utilities
JP4163940B2 (ja) ファイル処理システム及び制御プログラム
Xia et al. Supporting Web-based database application development
AU2006233857B2 (en) Methods for distributed program execution with file-type association in a client-server network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20040414