Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: New releases

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Michał Podbielski (vBET Staff)
    Join Date
    Oct 2009
    Posts
    3,037

    Default New releases

    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 changes So for all our paid version users - soon you will have new release

  2. #2
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default

    Is there any ETA on new releases of 4.x?

  3. #3
    Michał Podbielski (vBET Staff)
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    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

  4. #4
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Thanks for the info Michal. Looking forward to the update.

    PS: ''ETA" Estimate Time of Arrival....

  5. #5
    Junior Member
    Join Date
    Sep 2010
    Posts
    8

    Default

    Any hints on what to expect with the new features or is it mainly speed and server load being made better

  6. #6
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default

    Can't wait to see memcached in vBET. Can you tell which php extention did you use? Memcache or Memcached?

  7. #7
    Michał Podbielski (vBET Staff)
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by meto View Post
    Can't wait to see memcached in vBET. Can you tell which php extention did you use? Memcache or Memcached?
    We are supporting:
    - Memcache
    - APC
    - XCache
    - eAccelerator

    And it is written in nice way so if something else will be needed it can be easilly added even as quick fix instructions

  8. #8
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default

    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

  9. #9
    Michał Podbielski (vBET Staff)
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by meto View Post
    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 don’t 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.

  10. #10
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default

    Quote Originally Posted by vBET View Post
    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.
    Oh, I misunderstood - I thought that you referred to those as software names, not as php modules. No questions there. Is it possible to get some early access to version 4? Or just to include caching engine? Now I'm using my own guest cache with memcached.

Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •