On Mon, Jan 3, 2011 at 1:48 PM, Sumedha Rubasinghe <sume...@wso2.com> wrote:

>
>
> On Mon, Jan 3, 2011 at 12:59 PM, Samisa Abeysinghe <sam...@wso2.com>wrote:
>
>> It is an interesting question. What is the maximum recommended resource
>> size in Registry?
>
>
>  We are storing things on a blob column. As per the size, we are not
> specifying.
> eg:
>
>  34 CREATE TABLE IF NOT EXISTS REG_CONTENT (
>  35              REG_CONTENT_ID INTEGER NOT NULL AUTO_INCREMENT,
>  36              REG_CONTENT_DATA LONGBLOB,
>  37              REG_TENANT_ID INTEGER DEFAULT 0,
>  38              CONSTRAINT PK_REG_CONTENT PRIMARY KEY(REG_CONTENT_ID,
> REG_TENANT_ID)
>  39 )ENGINE INNODB;
>
>
> Hence the value specified by the database engine is taken. If one wants,
> they can modify this.
> But the problem here would be the timeout value set for Axis2 invocations
> as time varies as the resource time grows.
>


So we are also within Axis2 MTOM capabilities as well right?
I assume it can handle GB range...

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to