2000-2001 OCC Server
HOME

R&D

COMPONENTS
a. Server Manager
b. Application Servers
c. Clients

SERVER MANAGER
part 1
part 2
part 3

APPLICATION SERVERS
part 1
part 2
part 3
part 4
part 5

RDBMS
part 1
part 2
part 3
part 4
part 5

part 6

CLIENTS
part 1
part 2

00OCCServer01.jpg (11079 bytes)

A 3-tier Client-Server Solution that runs on Windows NT4 and Windows 2000.

  • Client
  • Server Manager
  • Application Servers
  • Database Servers

The Clients

The Clients can run on any platform, that is DOS, MS Windows, Unix, Linux. They can be written in Visual Basic, C++, Java.

The Server Manager

Communicates with the clients through a TCP/IP interface. Currently designed for WinSock 2.0 Messages are put in a queue (using STL), and communicate with application servers using named pipes and memory mapped files.

The Application Servers

Deal directly with the Relational Database Manager Systems. Manages the business logic. Please contact our marketing manager for details of the business logic.

The Database Servers

Can be any RDBMS.

Design Considerations

This server was designed as an NT Service using object oriented techniques that is independent of vendor compilers. It was designed to be easily portable to Unix.It uses generic C++ programming and the Standrad Template Library

09/04/01

Feedback/Enquiries

Email: zhiq@pc.jaring.my

Previous