> In SQL Server is possible to use cache, page cache(on asp) or sql cache.
> In Interbase and Firebird was posibility to set schema cache dir.
>
> How is possible to use some facility like caching data to eliminate trafic
> from and to firebird server?


Whilst not specifically a Firebird thing, you will often find Object 
Persistence Frameworks implement some kind of caching to make them more 
useful, for example Borland ECO uses a cache to prevent re-fetching 
records already retrieved by that client.

Whilst you could probably achieve it via events, the time required may 
well exceed the cost of using some other tool/mechanism that already 
does the job you are wanting.

If you are in the .NET world, you may want to look into something like 
that OPF.


Kind regards,


Scott :)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to