Ignore:
Timestamp:
Jan 26, 2011, 5:45:02 AM (13 years ago)
Author:
Sam Habiel
Message:

BMX version bumped to 2.3.
New dll
BMXNetConnectInfo: Event polling from RPMS/VISTA is now async. BMX Writer lock removed.
BMXNetLib:

  1. Application context changes are now suppressed. Developer must make sure that his/her application has all the needed BMX methods. This was done for performance enhancement as application context changes are very expensive in network time.
  2. Locks are implemented at the TransmitRPC with a very simple Lock(this) which works very well.

RPMSDb: See #1 for BMXNetLib. All context changes are now suppressed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/cs/bmx_0200scr/BMX2/BMXNet/AssemblyInfo.cs

    r967 r1082  
    2828// by using the '*' as shown below:
    2929
    30 [assembly: AssemblyVersion("2.2.0.*")]
     30[assembly: AssemblyVersion("2.3.0.*")]
    3131
    3232//
     
    5858//[assembly: AssemblyKeyFile("")]
    5959//[assembly: AssemblyKeyName("")]
    60 [assembly: AssemblyFileVersionAttribute("2.2.0.0")]
     60[assembly: AssemblyFileVersionAttribute("2.3.0.0")]
    6161[assembly: ComVisibleAttribute(false)]
Note: See TracChangeset for help on using the changeset viewer.