Hi Team,
Need help on FDS module, , my need is to Read/write the some of the crypto related keys and session values to some fixed database.
we have come across the FDS example, here we have some queries on this
We have list of 30 different variables which includes 32bit, 16bit and arrays ,total size is less than 512 bytes. To store these values on runtime in FDS what the steps needed for us, i am listing out here , please correct me anything is wrong,
1. First we need to create unique "File_ID" and "Record_key" for each variable.
2 .We need to write the each variable in FDS with corresponding "File_ID " and "Record_key".
3. We Read the same variables by using same combination of File Id and Record_key.
4. What is the use of "Record_id" in FDS example apart from "Record_key".
5. When to run the Garbage collector and how to run, is there any specific API for that or it will take care automatically by FDS itself when we remove any one record.
6. What is the Max and Min size of each "Data Record" in one FDS Page/File.
7. what is the Maximum size for each FDS File/Page like 1k or 4k bytes.
8. Can we run the FDS with out registering the "fds_evt_handler" or it is mandatory in my main application means no need to give commands from Putty or some other terminals.
9. Can we do Successive Write/Read operations at a time without loss of data OR we need to wait for some time on each write/Read operation.
If any one gives me replay on high priority it is very help full to us. Needs to implement the same within 3 days in my app.
Regards,
Srinivas.V