LIVE APPLICATION

Brand Owner Address Description
LIVEAPP Apptical Corp. 2255 Glades Rd., Ste. 324A Boca Raton FL 33431 LIVE APPLICATION;Business information management, namely, providing an online insurance application system; Business information management, namely, providing an online system for the delivery of data related to an insurance application; Data processing services, namely, providing online and electronic processing of insurance applications; Business risk management services, namely, via an online computer system for insurance agencies to review prospective insured's applications; Business data analysis services, namely, the acquisition of data related to an insurance application via an online computer system; Data compiling in the field of insurance;
 

Where the owner name is not linked, that owner no longer owns the brand

   
Technical Examples
  1. There are provided a heap memory management method that not only improves processing performance of an application program but also reduces a program development cost and a computer system using the same method. A live object copy process in minor collection of generational garbage collection is implemented through a calculate process of object live ratio, a compare process of object live ratio, and a live object copy process. The calculate process of object live ratio calculates a ratio of a size of a memory allocated to live objects of new objects to a size of a memory allocated to a new object during minor collection. The compare process of object live ratio compares a calculated object live ratio with a predetermined threshold. The live object copy process copies a live object directly to an old-generation heap instead of a new-generation heap when the object live ratio exceeds the threshold as a result of comparison. Further, an application programmer provides means for setting the threshold that decides a copy destination of the live object as a runtime parameter of a program and means for holding the set threshold in a memory.