Hi Brad -
I shall partly give a very high level overview cause most of what we
are doing is kind of sensitive to IP.
We are developing a SaaS based Retail POS which can run in a
disconnected environment (courtesy Gears). The POS application is self
sufficient to conduct offline product checks, execute multitudes of
tenders (customizable), compute tax structures at the line-item and
bill-level (state and city based) and complex discount structures
(currently based on a 3 dimensional structure). The back end
Infrastructure is cloud-based to support in excess of 30,000 POS from
a single host (cloud). There are nearly 3 million articles that is
available in the article master out of which nearly 500K products with
varying depth of category, subcategory, brand, manufacturer, supplier
etc... must be assigned to a store catalog (which may be running on a
average 15 POS). Now we have customized the first time master sync of
importing 500K articles from the cloud to every single POS (SQLite).
Subsequently based on a frequency a master-delta gets copied to POS.
Also all the transactions made on each POS which is now locally stored
needs to get sync-ed to the cloud... Gears is used here a la SQLite,
Workers, Localserver (manifest based updates), JSNI (almost every inch
of Gears) etc... GWT is used for UI.
Compression and Security on the client side is utmost importance as of
now...
Regards,
Preetham V V
On Jul 15, 12:17 am, Brad Neuberg <
bradneub...@google.com> wrote:
> Hi vvpreetham, tell us more about how you use Gears; sounds interesting.
>
> On Fri, Jul 11, 2008 at 2:38 AM,
vvpreet...@gmail.com <
vvpreet...@gmail.com>
> wrote:
>
>
>
>
>
> > Hello -
>
> > Is there (will there be?) a Gears API that allows compression of
> > "request" content in the browser before sending (POST) the request to
> > the server. I see a great use for this now that Gears enables us to
> > use browser side db (sqlite). We do a lot of data sync-ups of content
> > from the Gears db back to the server and enabling compression of the
> > payload potentially helps increase performance of the POSTs.
>
> > Note that I am requesting an inverse scenario of the already existing
> > content-encoding: gzip, mod_deflate (similar) features.
>
> > Is there any other alternatives that exists today ?
>
> > Regards,
> > Preetham V V
>
> --
> Best,
> Brad
>
>
bradneub...@google.com