I am wanting to move geometries/attributes to and from arcgis server and web client. If, I've already thought through my network io vs app architecture and have concluded with architecture Z (really I just have enough time to optimize where easiest!..low hanging fruit!)
My specific use case is in regard to handling feature records varyingly based on attributes which would be boolean. I will either put 1 or 0 in certain fields and do something useful for each of these? If I am doing field creation via a dbf template on ArcGIS Server with python, what should my boolean fields be if I want to minimize traffic? Text with 1 of Length 1 or Short of Precision 1 or other?
Please provide some explanation/link to help or other. Thanks.
