Thread: Virtual Tables

  1. #1
    Unregistered
    Guest

    Lightbulb Virtual Tables

    I have a client/server problem in hand, which requires some ideas or code snippets.
    This exercise is to reduce the network traffic between client and server.
    One idea is to go for 3-tier architecture.. which is not feasible.
    Another is to introduce a Memory cache in client side to cache some frequently used data from database. I was planning for a Virtual table structure acting as a cache.

    Any ideas how to go abt... Memeory management etc...
    More ideal would be if u can provide some code snippets..or pointers..

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    You need to use something like SQL and Win32. The C board is just for language definition questions. Try the Windows programming board, just because you might have better luck there.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. Program with Shapes using Virtual Functions
    By goron350 in forum C++ Programming
    Replies: 12
    Last Post: 07-17-2005, 01:42 PM
  3. C++ XML Class
    By edwardtisdale in forum C++ Programming
    Replies: 0
    Last Post: 12-10-2001, 11:14 PM
  4. Exporting Object Hierarchies from a DLL
    By andy668 in forum C++ Programming
    Replies: 0
    Last Post: 10-20-2001, 01:26 PM