26.12. Database queries routed via PARTapplicationServer

[126]As of V9.08 all queries concerning part search and index browsing of directories have been routed via PARTapplicationServer. However, database queries were made via direct call from PARTsolutions to the database. Now with V10 these are routed via PARTapplicationServer as well.

That means only ONE path is needed - that one to the PARTapplicationServer. This offers a number of advantages:

  • Only ONE connection from PARTapplicationServer to LinkDB.

  • Central login process on server.

    The ConnectionManager is not needed anymore.

  • DB returns are not packed, but optionally can be packed between AppServer and Client. (Good at slow connections.)

  • The AppServer knows of all changes to the database and can therefore react with index updates or client notifications.

You can find detailed information on this under PARTapplicationServer-Installation.




[126] #52423