mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
Do not load all message body into memory. Load data depend on frame window available. Remove caching from AWS.Resources.Streams.Disk because it has error detected by use in HTTP/2 and does not really need because streams reading by big chunks usually. Part of S507-051.
This directory contains some AWS's demos. To run the demos AWS must have
been built and installed properly.
To build:
$ make
To clean-up:
$ make clean
To launch the demo just run the executable(s) produced.
In cross-environment you'll need to enter each directory manually and call
the proper cross compiler to build the demo.
$ cd demos/hello_world
$ powerpc-wrs-vxworks-gnatmake -P hello_world
or
$ gprbuild --target=powerpc-wrs-vxworks -P hello_world