Question
Form Builder storing results as WDDX
A while back i wrote a form builder. To store the results of
a form submission I decided to use wddx and save the xml string
into the db, which seemed like a good idea at the time. Further
down the line this form builder has been used for much larger forms
and sheer amount of data being store as text is making the server
crash when it has to be serialized or deserialized.
I was wondering if there is a better way to store this data, obviously storing the data in tables would be a bit of a pain as the form builder is dynamic and can have any number of fields.
I decided against storing the wddx data in a text file as i was worried about read/write locks on a busy form. Was i wrong to go down this route?
Hope someone can help
Matt
I was wondering if there is a better way to store this data, obviously storing the data in tables would be a bit of a pain as the form builder is dynamic and can have any number of fields.
I decided against storing the wddx data in a text file as i was worried about read/write locks on a busy form. Was i wrong to go down this route?
Hope someone can help
Matt
