Zip Compression? (General questions)
by Simon, Thursday, July 16, 2009, 10:51 (5608 days ago)
Hi there,
Does WodWebServer support on-the-fly compression like most other webservers out there? And if not, is this a planned feature for the future?
It makes a very large difference these days since there is so much XML and JSON being passed to the client.
Re: Zip Compression?
by wodSupport, Thursday, July 16, 2009, 11:36 (5608 days ago) @ Simon
Not yet, but this could be added. I'll try to add it over the weekend.
Regards,
Kreso
Re: Zip Compression?
by wodSupport, Sunday, July 19, 2009, 13:28 (5605 days ago) @ wodSupport
Simon,
can you download wodWebServer.NET again, and you'll find new Compression property. When set, 'deflate' compression will be provided.
Docs are not updated yet, they will be in next few days when vacations are over.
Let me know how it goes.
Kreso
Re: Zip Compression?
by wodSupport, Tuesday, July 21, 2009, 14:07 (5603 days ago) @ wodSupport
Hi. ActiveX version now has compression too, both 'deflate' and 'gzip'. Docs will be made next week, but change is alreay published online.
Kreso
Re: Zip Compression?
by Simon, Wednesday, August 05, 2009, 01:59 (5589 days ago) @ wodSupport
Wow, great thanks!
Hi. ActiveX version now has compression too, both 'deflate' and 'gzip'. Docs will be made next week, but change is alreay published online.
Kreso
Re: Zip Compression?
by Simon, Thursday, September 24, 2009, 07:44 (5538 days ago) @ Simon
Hi there,
I don't see the compression property in the activeX control, either in code or in the properties window. Is it there?
I just upgraded to 1.3.9.278
Wow, great thanks!
Hi. ActiveX version now has compression too, both 'deflate' and 'gzip'. Docs will be made next week, but change is alreay published online.
Kreso
Re: Zip Compression?
by wodDamir, Thursday, September 24, 2009, 08:14 (5538 days ago) @ Simon
Hi Simon,
I just checked. It's there.
You can set it by doing something like this (VB6):
wodWebServer1.Compression = True
Can you try that?
Regards,
Damba
Re: Zip Compression?
by cyman, Thursday, January 07, 2010, 21:10 (5433 days ago) @ wodDamir
Hi there,
GOT IT TO WORK! Thanks!!!
Important! For users of VB.NET who use the ActiveX, you need to remove WodWebServer from the toolbox, delete the WOD WEB SERVER Interop files in your project path, then re-add it. (You can find them by searching for any files that contain WODWEB in Windows, in your project's path.
Sorry for the late reply we've been busy coding other things.
Hi Simon,
I just checked. It's there.
You can set it by doing something like this (VB6):
wodWebServer1.Compression = True
Can you try that?
Regards,
Damba