Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: So far so good...
[1 2 |Next ]
So far so good...
Posted: 2007/03/25 20:36
 
Hi Dmitry

I just started my first ThinDAC project. After creating my own NxDB server and playing with ClientAlchemy demo I have to say that it looks like very good product.

I just wish server was not stateless (so it doesn't read the whole result set every time you request the next batch of records).

Best Regards
Zoran

Post edited by: ZoranMilenovic, at: 2007/03/25 21:14

Post edited by: ZoranMilenovic, at: 2007/03/25 21:16
Re:So far so good...
Posted: 2007/03/26 07:21
 
Hello Zoran

Statefull server (and more) is under development.

Regards,
Dmitry
Re:So far so good...
Posted: 2007/03/26 07:26
 
Actually, ThinDAC will support following server side modes:
- state less - as it is today;
- shared state - server will cache query results across a clients using the same virtual DB, etc;
- state full - each client will have at server own session object, caching query results ,etc.

All these modes will allow to choose right balance between scalability and flexibility.

Regards,
Dmitry
Re:So far so good...
Posted: 2007/03/27 08:41
 
Great. This would be really great features and probably be a good selling points. Do you have a approx date?
Re:So far so good...
Posted: 2007/03/28 02:40
 
Hello Zoran

I think to the end of the April I will prepare v 2.0.

Regards,
Dmitry
Re:So far so good...
Posted: 2007/03/28 18:34
 
Can you provide us with a list of features you are planning to include in the next release?

Thanks,
Dorcas
Re:So far so good...
Posted: 2007/03/28 23:10
 
Hello

In few days I will release version 1.3:

  • D2007 support

  • ODAC support

  • PostgreDAC support

  • improoved server diagnostic

  • improoved dataset sorting



Next I will release version 2.0:

  • state less, shared state, state full server modes

  • TTDClientDataSet design time editor

  • reference chapter in docu



Regards,
Dmitry
Re:So far so good...
Posted: 2007/03/29 10:52
 
Hi Dmitry
I see you are very productive with ThinDAC work so I would like to ask you if for future release you can add layers for other databases and demo on how using different DAC on the same server. I see you are ready with PostgreDAC and ODAC, Thank you very much for this work because PostgreDAC is what I'm waiting for.
At this moment I'm interested (no hurry) also to a layer for Adavantage Tdataset for local/remote server. Advantage Tdataset is a free use and you can download it from Advantage website

Thanks again
Rocco
Re:So far so good...
Posted: 2007/03/29 18:18
 
At this moment I'm interested (no hurry) also to a layer for Adavantage Tdataset for local/remote server. Advantage Tdataset is a free use and you can download it from Advantage website


Just a caution, you are not allowed to use the Local Advantage server in N-Tier. Doing so will volate their license. However, you can download a trial server.

Dorcas
Re:So far so good...
Posted: 2007/03/30 01:57
 
Hello

Rocco, that is good idea for demo. I will create demo showing how to use two different DAC's on the same server. Actually - nothing complex

Regards,
Dmitry
[1 2 |Next ]