Wednesday, May 30, 2012

Hyundai Solaris more expensive





Less than a year since the start of sales of the model developed specifically for the Russian market, as it is decided to modify to meet the needs of domestic customers.
Hyundai Solaris in 2012 will be equipped salon filter and outside temperature sensor in all models. In addition, a covering luggage and extra insulation to appear on the hood releases, where they were absent.
In the top configuration Family ( sedan) and Dynamic ( hatchback, both - from 624 000 rubles) will add a premium option - automatically dimming mirrors and rear view camera.
In addition, the combination of changed engines, complete sets and package options. Now the sedan and hatchback are available in 34 variations, each. The basic version of the Classic January 10, 2012. will cost from 443 to 000 engine 1.4 ( 107 l. with. ) And from 483 000 rubles. with a 1.6 liter engine (123 hp. with. ). Recall prices Solaris in 2011 (without options) fit into the range of 433 000-604 000.

Friday, May 25, 2012

What do you think of the speech, the Russian team at the Olympics in Vancouver?



What do you think of the speech, the Russian team at the Olympics in Vancouver?.

Respond as a short-. On a couple of paragraphs. emotions are welcome.

---------------------------------.
Sign up. to update the blog with one click!. Read on Twitter!. ::. Advertising blog.

Running Memcached on Windows Azure.


Topic of today's post will be dedicated to running in a cloud of distributed caching mechanism called Memcached. Why is proper Memcached? . Windows Azure Caching. ), Which is an excellent choice for developers seeking to add a layer of caching in your Windows Azure application. Nevertheless, there are situations that require the use of an alternative mechanism, namely Memcached.

For example, I believe that the application is fully justified memkesha in the presence of our web roles additional RAM. In this case, we are able to raise an additional layer of distributed caching in memory without the need to run more virtual machines (and hence no extra cost ). Yes.
Windows Azure Saching. has in its arsenal a powerful thing as a local cache, but the use of this feature is also required all remote cache, and also the local cache is available to only one instance ( so it is actually called a local ).
Another reason why people choose memkesh - a possibility of full manual control of the behavior of cache memory. It's certainly not for the faint of heart, but it is a good option for those people who are experts in tuning memkesha.

How does it work?.

So, we decided nevertheless to use as a base layer memkesh distributed caching. To do this, we already have ready details of: the server side and client are available as packages NuGet. The server part is relatively simple - it just runs and opens memkesh daemon listening for incoming connections on a port. The client part is a little more complicated for the simple reason that it must fulfill two basic requirements:.



  • use. grease hashing. That minimize disruptions to add and remove servers.


  • Automatically respond to adding and removing servers from the cluster (during zooming, upgrades and downs ).


The first requirement is satisfied by using. Enyim Memcached Client. , Which by default uses a hashing grease. The second requirement is achieved by expanding. Enyim. by implementing custom interface. IServerPool. under the title. WindowsAzureServerPool. Regularly checks the cluster ID for added and removed servers and in the case of changing the number of servers again reconfigures memkesh client. It is important here is that the new server is activated only when he becomes able to accept incoming connections, but not at the time when he started.

Installing and configuring the server side.

Sam memkesh server, we are able to run in the web or worker role. In heavy duty applications, I would recommend running the server in the context of an individual worker- role. In other cases, a better option to start the server option in the context of the role of running the web-. To install and run the server must perform the following steps:.



  1. With NuGet install. server. ( done in the Package Manager using the command. install-package WazMemcachedServer. ). After this, the project will be connected all the necessary binaries and a small helper- class.


  2. Add an internal TCP access point through which will be listening for incoming connections. ( this can be done in Visual Studio by double clicking on the role and select the category ...


  3. Add code to run in our memkesha WebRole. cs or WorkerRole. cs.


Process proc;. 
public override void Run ().
{.
proc. WaitForExit ();.
}.

public override bool OnStart ().
{.
proc = WindowsAzureMemcachedHelpers. StartMemcached ('Memcached', 512);.
return base. OnStart ();.
}.


The first parameter - the name of the access point. we created in the 2nd paragraph, the second parameter - the size of a redundant server memory. Pay attention to the method of. Run. - He listens to memcached- process ( it may be forever:)) for output, so if our memkesh server for some reason zavernetsya, infrastructure, Windows Azure will automatically restart all of us. Once all the items we have successfully implemented our server will be able to accept connections.

Installing and configuring the client side.


To use Memcached cluster of our program, you must configure the client that knows how to find copies of the server, even if they are added and removed by scaling or upgrades. Installing the client is not has high complexity, in order to do this perform the following steps:.



  1. With NuGet install. client libraries. ( done in the Package Manager using the command. install-package. WazMemcachedClient. ). This will add a small subset of classes that extend the client. Enyim for Memcached.


  2. Create an instance of the code of the client ( as an alternative storage facility, you can use a static variable ) capable of interfacing with the server.


static MemcachedClient client = WindowsAzureMemcachedHelpers. CreateDefaultClient ('WorkerRole', 'Memcached');. 


The first parameter - the name of the role which launched memkesh and the second parameter - the name of the internal access point through which the listening connections. Another convenient way to initialize a client - an application is launched.

Application ['memcache'] = WindowsAzureMemcachedHelpers. CreateDefaultClient ('WorkerRole', 'Memcached');. 

Once our client has been successfully initialized, we get access to the full range of operations available. For example:.


string value = client. Get (key) as string;. 
if (value == null).
{.
value = FetchFromStorage (key);.
client. Store (StoreMode. Set, key, value);.
}.
return value;.


So, we met with you so you can start and how to work with the Memcached in Windows Azure. To do this we need two basic package ( server and client side ):.


Blogpost sources:. http://blog. smarx. com / posts / memcached-in-windows-azure. ,. http://www. davidaiken. com/2011/01/11/windows-azure-memcached-plugin /.


Monday, May 14, 2012

Azure - no it's not cloud platform!

The last almost two years, for me, the word means a new program of Azure ' cloud ' platform. But life turns out to consist not only of IT. This by-catch to remember some time ago, seeing a poster here. ' What kind of came up with an original advertising ryabyata from Microsoft,' - I thought. But a quick priya, I realized that MS IT and this poster does not have any relation.

And actually, it's - that's what. http://akolesov-travel. blogspot. com/2010/08/blog-post_13. html.

Sunday, May 6, 2012

Greenexpo




The Ukrainian market of alternative energy will meet again in the autumn in Kiev at the Second International Conference and Exhibition 'Greenexpo Alternative Energy 2010'. The experience of last year confirmed the timeliness of the event: three days of work was in full swing at the stands of 62 companies from Ukraine, Austria, Germany and the Netherlands, more than 3,000 professionals have come to get acquainted with the 'new old ' industries.


Priority development of alternative energy can clearly be seen around the world. There is a growing volume of investments, primarily in generation capacity, based on the use of wind and solar energy. In 2009, the only government stimulus package for renewable energy in the leading countries of the world amounted to about $ 180 billion. It is significant, and the statement of the leading American banks led by Morgan Stanley, made ​​in early November 2009, that they refuse to fund energy projects associated with the development of natural resources.

Today, there is every reason to speak about the development of renewable energy in Ukraine. In the ' sun ' and ' wind ' segments already represented equipment manufacturers, engineering companies, dealers, looks promising bioenergy industry. Attention from the government confirms the fact that over the past two years, the government made ​​more than 50 laws and regulations aimed at supporting and developing the industry. Launching the exhibition and conference RENEXPO in 2009 became a significant event for the Ukrainian alternative energy. The active work of the exhibition was aimed at consolidating the market and reflected the urgency and necessity of implementing 'green' technology.

Beginning in 2010, an exhibition and conference will be called 'GREENEXPO | Alternative Energy '. Rebranding will adapt the name of the event and make it understandable and close in the first place, for the national consumer.



The exhibition will present achievements of leading domestic and international companies. Simultaneously with the exhibition organizing committee plans to hold three specialized conferences on subjects ' Solar Energy ',' Wind Energy ',' Solid biofuels: the modern equipment and engineering solutions ...

Conference and Exhibition 'GREENEXPO | Alternative Energy 2010' will be held October 27 - 29 in the capital's exhibition center ... At the same time held the first exhibition of environmental technologies 'EKOTEX'.

Organizer of the event - the company ' Euroindex ', one of the leaders of the Ukrainian exhibition business, the largest organizer of B2B- show, a member of the Global Association of Exhibition Industry UFI, which confirms the international recognition of the company and its compliance with high standards of the international exhibition business.

Details of the exhibition - at www. greenexpo. kiev. ua.

Friday, May 4, 2012

Source:





Save the interplanetary station ...
As the tape. py, the source said that the Russian Space Agency official statement about the termination of work with the device ...
RIA Novosti sources in the rocket- space industry, however, believe that it was premature to ... ... Just at that moment, when the station enters the atmosphere, it is possible to ... However, he also noted that all attempts to communicate with the device were unsuccessful.
Recall, the machine ... After separation from the launcher on the unit is not including the engines, which were to bring it to a high reference orbit that he could start from there to Mars. As a result, the device did not go to the otletnuyu orbit to Mars, and has remained in near-Earth space.
Terrestrial services tried to establish communication with the spacecraft, but it does not respond to commands from Earth. It is expected that the apparatus for which the location in real time can be followed here, would fall to Earth November 26.

Tuesday, May 1, 2012