Replies: 3 comments 1 reply
-
|
It looks somehow similar to the pool server in |
Beta Was this translation helpful? Give feedback.
-
|
Many thanks to the pointer. It’s very similar, and I can reuse lot of code. few changes based on my requirements - caching:
Again, thanks for great pointer p. It will cut my dev time significantly ! As far as the testing - I thought about building a test mode into the server, which will allow querying in memory table. This will add 2 pseudo command “cache-set key value ttl”, than “cache-get key”. with those 2 commands the test script will execute a series of isql commands to ensure the conditional caching work. While in theory, possible to merge new functionality into existing server - I believe separate programs are the best, asvesvhnsupport different function, and mixing them together not worth the risk. |
Beta Was this translation helpful? Give feedback.
-
|
Side question - anyone know if server works with sybase ase 16 backend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’ve been experimenting with a small generic TDS proxy built directly on libtds (no ct-lib/db-lib).
The goal is a transparent passthrough that can optionally act as a read-through cache for deterministic queries — similar in spirit to tsql and bsqldb, but sitting between clients and the real ASE/SQL Server.
Motivation
Concept
Asking for feedback
Would a self-contained tdsproxy utility like this be welcome in-tree as an example / debugging tool?
If there’s interest, I’ll follow up with a detailed design note and pseudocode prototype.
Thanks for any thoughts or prior-art pointers,
Yair Lenga
Beta Was this translation helpful? Give feedback.
All reactions