Re: [rules-users] Is there any way to compress (gzip) the rules package to optimize network traffic between server and agent?

2011-07-12 Thread tarley.lana
Problem solved. I sent the patch - see
https://issues.jboss.org/browse/JBRULES-3125.

Thanks

--
View this message in context: 
http://drools.46999.n3.nabble.com/Is-there-any-way-to-compress-gzip-the-rules-package-to-optimize-network-traffic-between-server-and-a-tp3129297p3162411.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Is there any way to compress (gzip) the rules package to optimize network traffic between server and agent?

2011-07-04 Thread tarley.lana
Geoffrey Thanks for the reply,
I will include this feature as an option, because this problem is a
architectural risk of my project. How can I send the patch to the community
with these changes?


--
View this message in context: 
http://drools.46999.n3.nabble.com/Is-there-any-way-to-compress-gzip-the-rules-package-to-optimize-network-traffic-between-server-and-a-tp3129297p3137525.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


[rules-users] Is there any way to compress (gzip) the rules package to optimize network traffic between server and agent?

2011-07-01 Thread tarley.lana
We have a drools application composed of almost 1000 rules. The rules
deployment package has almost 8MB and we need to distribute it over a 100
Kbps network for offline use on some client machines.
If we could zip this package, it would require only 237Kbytes (instead 8MB).
It seems, however, the class org.drools.agent.impl.KnowledgeAgentImpl
doesn't support  gzip compression.
Is it right? Is there any workaround for this problem?

Thanks in advance.

--
View this message in context: 
http://drools.46999.n3.nabble.com/Is-there-any-way-to-compress-gzip-the-rules-package-to-optimize-network-traffic-between-server-and-a-tp3129297p3129297.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Is there any way to compress (gzip) the rules package to optimize network traffic between server and agent?

2011-07-01 Thread tarley.lana
Ok, but I have to modify the class org.drools.agent.impl.KnowledgeAgentImpl
for it to do unzip the package on the client. There is no standard mechanism
for this?

--
View this message in context: 
http://drools.46999.n3.nabble.com/Is-there-any-way-to-compress-gzip-the-rules-package-to-optimize-network-traffic-between-server-and-a-tp3129297p3129523.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users