Hi
We just released new free versions with just small changes, but we are almost ready to release new paid versions with lot of useful changesSo for all our paid version users - soon you will have new release
![]()
Hi
We just released new free versions with just small changes, but we are almost ready to release new paid versions with lot of useful changesSo for all our paid version users - soon you will have new release
![]()
Is there any ETA on new releases of 4.x?
I'm not familiar with ETA meaning, but I suppose that it is about deadline. This month we will release vBET3.x (next week) - there is lot of changes and it will be in beta stage. Same changes for vBET4.x will be released month later - it is to assure better quality and do not expose all users on potential new bugs under new functionalities. Of course we test changes well, still out users uses different configurations, sewers, other mods and so on, so some things can be visible only on some forums. That is what for beta stage exists in product lifetime - those who wants can use it being warned about young stage of some functionalities. And releasing vBET4.x month later gives us opportunity to potentially release it with some potential issues already solved
So answering your question shortly - next week we release vBET3.x and in 1st or 2nd week of next month should be released vBET4.x
Thanks for the info Michal. Looking forward to the update.
PS: ''ETA" Estimate Time of Arrival....
Any hints on what to expect with the new features or is it mainly speed and server load being made better
We made several performance improvements. One of frequently asked - support for memory cacheAlso some other performance improvements on algorithm level. All details will be listed in release note.
We will made release today - this day just begun in our country so we will made it in several hours (now is time to sleep). Right now our forum is running on new vBET version
![]()
Can't wait to see memcached in vBET. Can you tell which php extention did you use? Memcache or Memcached?
I will do that myself probably. I gave up with memcached when I found 4th or 5th instance of cache db usage which could be done with one function - have no need to rewrite it all the way
But you did not answer my question - maybe you dont realize that there are two extensions for memcached with and without D at the end:
PECL :: Package :: memcache
PECL :: Package :: memcached
I do realize that and I did answer your question - I listed all supported now memory caches by vBET and you can clearly find there Memcache. So why are you convinced that I didn't answer your question - what do you need more?If you need hint how to support Memcached here it goes:
1. Add in product file additional option for memory cache parameter
2. Import product file
3. Edit file includes/vbenterprisetranslator_class_cache.php
a) Copy class for Memcache
b) Change name in copied class to recognize as Memcached
c) Update body to support Memcached API (our classes are simple adapters this is why you will not have to do any changes in other places)
d) Add new case for your new option value in switch block on the top of the file, to create Memcached adapter object
If you want more specific hints - just please create feature request and Kamil will give you exact hints how to do it with code listings.
Last edited by vBET; 09-03-11 at 20:03.