Skip to main content

Home/ Coders/ Group items tagged servers

Rss Feed Group items tagged

Paris Polyzos

Application Request Routing : The Official Microsoft IIS Site - 0 views

  • rules based on the URL, HTTP headers, and server variables to determine the most appropriate Web application server for each request
  • ARR enable hosting providers to route requests from clients to specific Web application servers in a server farm by creating an affinity between the client and server.
  • They can easily add or remove servers from a server farm to match demand throughput without impacting application availability
  • ...5 more annotations...
  • ARR is able to cache on disk any HTTP traffic that passes through the server
  • hierarchy of IIS Web servers running ARR, CDNs and hosting providers are able to considerably reduce the network traffic that traverses up to the origin server.
  • Health monitoring
  • Disk-based caching
  • Warming up cache mode
  •  
    enables Web server administrators, hosting providers, and Content Delivery Networks (CDNs) to increase Web application scalability and reliability through rule-based routing, client and host name affinity, load balancing of HTTP server requests, and distributed disk caching
prashant35

.NET Core wiki-Prerequisites for .Net core on Windows+MacOs+Linux - 0 views

  •  
    What software you need to work on .Net Core ,prerequisites for Features of .Net Core it is cross platform. Windows NET Core is supported on the following versions of : Windows 7 SP1 Windows 8.1 Windows 10, Windows 10 Anniversary Update (version 1607) or later versions Windows Server 2008 R2 SP1 (Full Server or Server Core) Windows Server 2012 SP1 (Full Server or Server Core) Windows Server 2012 R2 (Full Server or Server Core) Windows Server 2016 (Full Server, Server Core, or Nano Server) Prerequisites with Visual Studio 2017 You can use any editor to develop .NET Core applications using the .NET Core SDK. Visual Studio 2017 provides an integrated development environment for .NET Core apps on Windows.
roberthayes222

Challenges in Cross Platform Push Notification | App42 PaaS Backend as a Service Blog - 1 views

  •  
    Today all famous apps run on almost all platform to cater most of the audience. To develop and support all platforms to your app requires lots of platform specific things to address. There are some frameworks like PhoneGap which has reduced this work and provided a way through which one can write entire app using this framework and then convert this into target platform like iOS, Android and more. However there are still lots of things which are beyond the offerings of these frameworks. Making cross platform Push Notification support is one of them. Before we go into detail of challenges, lets see what are the key component in Push Notification Engine. Key components in Push Notification Engine is described below Push Server which will send the notification to target client once message is available. Each provider has its own Server like APNS for iOS, GCM server for Android, MPNS for Windows and so on. It also provides the interface to register the application for push enablement. App Back-end Server which will send the notification to Push Server (APNS/MPNS/GCM etc) Push Client which runs on device and keeps on listening to server for incoming messages. This client is background process and is common for all applications running on the device. Once message is received it will wake up the app for which message has been received.
Joel Bennett

Server Core .NET Functionality (Namespaces missing from Server Core) - 1 views

  •  
    Server Core contains the normal complement of .NET namespaces with a few exceptions. This list contains, by name, the namespaces that are missing from a Server Core installation.
Joel Bennett

Microsoft DreamSpark - 0 views

  •  
    Microsoft DreamSpark gives millions of students in the United States, the United Kingdom, Canada, China, Germany, France, Finland, Spain, Sweden, Switzerland and Belgium (and other countries coming soon) software for free ... Visual Studio 2005/2008 Professional Edition, Expression Studio (includes Web, Blend, Media, and Design), SQL Server 2005 Express, SQL Server 2005 Developer Edition, Virtual PC, Windows Standard Server, XNA SDK, and a 12-month trial subscription to the XNA Creators Club.
yc c

pubsubhubbub - Project Hosting on Google Code - 1 views

  •  
    A simple, open, server-to-server web-hook-based pubsub (publish/subscribe) protocol as an extension to Atom and RSS. Parties (servers) speaking the PubSubHubbub protocol can get near-instant notifications (via webhook callbacks) when a topic (feed URL) they're interested in is updated.
Joel Bennett

(SPADE) for SQL Server - CodePlex - 1 views

  •  
    Scripted PowerShell Automated Deployment Engine simplifies the process of standing up a new SQL Server instance; applying standard OS pre-configurations, installing SQL Server, and then applying post-configurations and creating standard objects.
David Rietz

smtp4dev - Dummy-Mailserver für Entwickler - 0 views

  •  
    Ab und an möchte man beim Entwickeln Mail-Funktionen testen und Test-Mails aus dem entwickelten Code absenden. Da nicht auf jedem Entwicklungsrechner ein vollwertiger SMTP-Server installiert / konfiguriert ist, gibt es mit smtp4dev einen leichtgewichtigten SMTP-Server, der eben genau für solche Testfälle geeignet ist. smtp4dev liegt im Systray und wartet unter der konfigurierten IP und dem entsprechenden Port auf Mails und zeigt diese beim Eintreffen an.
Joel Bennett

Visual Studio Team System 2008 Team Foundation Server Power Tools - 0 views

  •  
    Visual Studio Team System 2008 Team Foundation Server Power Tools is a set of enhancements, tools and command-line utilities that improve the Team Foundation Server user experience.
Joel Bennett

Aptana Jaxer | Aptana - 0 views

  •  
    Another open source web server ... with server-side scripting in JavaScript ... it's like an Open Source Volta...
saklanivijay

Free ASP.NET | Sql Server | Wordpress | Tutorials | Tips - 0 views

  •  
    Copy data from one table to another existing table in sql server
  •  
    Copy data from one table to another existing table in sql server
adenise1728

No Install PHP and MySQL on Windows 10 - DenRic Denise - 0 views

  •  
    No Install PHP and MySQL on Windows 10 using application called USBWebserver. As of this moment the current version of USBWebserver is 8.6. USBWebserver is a free lightweight application that can be used to run an Apache server and MySql server without installing it.
Hostforlife Hosting

How to Use SignalR & SQL Dependency to Display Updates from SQL Server - 1 views

  •  
    In this post, you will learn how to display real time updates from the SQL Server by using SignalR and SQL Dependency in ASP.NET MVC.
Denis Gobo

SQL Server Precision And Scale Problems - 0 views

  •  
    SQL Server Precision And Scale Problems
Joel Bennett

SQL Server Hosting Toolkit - Home - 0 views

  •  
    Running the hoster component on sql servers at work is probably overkill, but the publishing wizard rocks.
  •  
    The Database Publishing Wizard makes it easy to generate T-SQL to export your schemas, procedures, and data from a database, or to upload it directly to supporting hosters... The Database Publishing Services are a set of ASP.NET web services hosters can deploy to make it simple for customers to deploy SQL Server databases.
David Corking

Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views

  • The industry stewards have countered Apple's move with their own application stores, so there's a huge opportunity to write the "killer app" for one of several smartphone platforms.
  • 40 MB to less than 4 MB of free RAM
  • one-app-at-a-time requirement complicates any implementation of a copy-and-paste mechanism.
  • ...45 more annotations...
  • As a security sandbox, the iPhone OS permits only one third-party application to run at a time, and not in the background.
  • adding some useful Bluetooth profiles that supported stereo headsets, data synchronization, or the ability to implement multiplayer games would be usefu
  • iPhone OS 3, that provides some of the missing features mentioned here, such as the A2DP profile for Bluetooth, voice recording, and copy-and-paste.
  • Have to learn Objective-C; is only smartphone platform that uses it.
  • Competitors will soon catch up on the UI.
  • embed navigation and GPS plotting into applications.
  • provide their own map content
  • The OS now supports the use of accessories connected to the iPhone either through its 30-pin docking connector or wirelessly via Bluetooth. Now that the device has been "opened", you can expect an entire ecosystem to build up around the device, much like the iPod has.
  • peer-to-peer connectivity using Bonjour
  • developers can now allow users, from within the application, to purchase and obtain new content
  • No voice dial.
  • A client-server mechanism provides access to low-level system resources, and in fact the kernel itself is a server that parcels out resources to those applications that need them. This transaction scheme allows applications to exchange data without requiring direct access to the OS space.
  • C/C++ for porting existing UNIX applications, and Java to port Java ME MIDlets. As mentioned previously, the software stack offers several run-times that offer application development using WRT widgets, Flash, and Python. The primary programming language for the platform is Symbian C++,
  • Handango has managed the wide-scale distribution of Nokia applications. In February, Nokia announced plans to launch its Ovi Store, which sells applications, videos, games, pod-casts and other content, similar to Apple's App Store. The store will be accessible by Nokia S60 smartphones in May.
  • Non-standard Symbian C++ has steep learning curve, with special idioms to master. Large number of Symbian APIs to learn, since it contains hundreds of classes and thousands of member functions.
  • BlackBerry Device Software executes multiple applications simultaneously
  • Manages multiple e-mail Exchange e-mail accounts, along with support for POP3 and SMTP, and e-mails can have file attachments
  • FIPS 140-2 compliant, and supports AES or Triple DES encryption sessions via BlackBerry Enterprise Servers
  • BlackBerry Device Software has enhanced the capabilities of the platform with its own Java virtual machine (JVM), along with new Java classes that offer multitasking capabilities and UI enhancements to go beyond the capabilities of Java ME.
  • You can also take existing Java ME code and add specific BlackBerry classes to make a hybrid Java ME application
  • don't intermix MIDP 2.0 and BlackBerry API calls that perform either screen drawing or application management.
  • The catch to writing an application that uses BlackBerry API extensions is that it ties the application this smartphone. However, this is no worse than using the unique Java classes found in Google's Android.
  • Apple promotes the design goal that applications should accomplish one purpose.
  • no Flash support, and you can't download files.
  • For non-Exchange users, Apple's MobileMe online service, after some fits and starts in 2008, now supports the push of e-mails and changes to the calendar and contacts.
  • The iPhone 3G can work in tandem with Microsoft Exhange Server 2003 and 2007 to support enterprise operations.
  • Cocoa Touch is a subset of Apple's Cocoa,
  • Cocoa Touch components manage most of the writing to the screen and playing media, yet there are APIs exposed that let you access the accelerometer and camera.
  • Quartz engine is identical to the one found in Mac OS X
  • Only a select few higher-level frameworks have access to the kernel and drivers. If necessary, an application can indirectly access some of these services through C-based interfaces provided in a LibSystem library.
  • the SDK provides Dashcode, which is a framework based on a Web page composed of HTML and Javascript. You can use DashCode's simulator to write and test your web application. You can also use several other third-party frameworks to write web applications, and debug these with Aptanna Studio's tools.
  • Made by HTC, the G1 is the first smartphone using the Android platform.
  • e-mail program (which makes use of Google's Gmail), a mapping program (using the company's Google Maps), and a browser that uses WebKit, not Google's Chrome web browser
  • Android is not Java ME, nor does it support such applications
  • ability to both browse and manage multiple IM conversations. On the other hand, such heavy use of the smartphone's CPU shortens battery life significantly. Maybe Apple is on to something in limiting the number of applications that the platform can run.
  • On the positive side, the Android APIs support a touch interface (and the G1 has a capacitive touch screen), but not any multi-touch gestures.
  • copying text from the web pages is the browser isn't allowed
  • The advantage to Android's use of a different bytecode interpreter is that the DVM was designed so that multiple instances of it can run, each in their own protected memory space, and each executing an application. While this approach offers stability and a robust environment for running multiple applications, it does so at the expense of compatibility with Java ME applications.
  • Seasoned Java programmers will find the Android SDK an amalgam of Java SE and Java ME methods and classes, along with unique new ones
  • compile the Java code to generate Dalvik bytecode files, with an extension of .dex. These files, along with the manifest, graphics files, and XML files, are packaged into an .apk file that is similar to a Java JAR file.
  • The certificate that you use to generate the private key does not require a signing authority, and you can use self-signed certificates for this purpose.
  • The Developer Phone provides access to a shipping Android device without the cash outlay or contract contortions required when developing for the other platforms.
  • in February the site began supporting priced applications. Google allows developers to take seventy percent of the proceeds.
  • it's possible that you might pick up a malicious application before it is detected by the user community.
  • Open source, open platform: if you hate the mail program, some third-party is writing a better one.
  •  
    Lengthy developer's overview of Symbian, Mac OS X iPhone, Blackberry, Android. This talks about the leading app platforms except Java ME and Windows Mobile, though it does explain how Blackberry and Symbian support Java ME.
David Corking

The APIs for the Sun Cloud: Wiki: HelloCloud - Project Kenai - 0 views

  • . Let's assume that this application does storage and retrieval of large media files; the required infrastructure is: A firewall appliance for connecting to the Internet A private network connecting the firewall to other systems A Linux web server running a LAMP stack A Solaris database machine running MySQL for application persistence A WebDAV server for the media files
    • David Corking
       
      Soon you will be able to write scripts to install "Virtual Data Centers" There seems to be a temptation here to make a virtual data center as complex as a real one - perhaps that is necessary, but this technology is in its early stages. Right now, I wonder if a virtual firewall appliance is as secure or fast as a real one.
  •  
    Certain kinds of deployment are much more efficiently achieved with virtual servers. This article is a simple and almost hands-on introduction to the way a Sun Cloud deployment can be scripted or have another automated front end for deployment.
Joel Bennett

Hg-Git Mercurial Plugin - 0 views

  •  
    This is the Hg-Git plugin for Mercurial, adding the ability to push to and pull from a Git server repository from Mercurial. This means you can collaborate on Git based projects from Mercurial, or use a Git server as a collaboration point for a team with developers using both Git and Mercurial.
Joel Bennett

Texo - My PowerShell Continuous Integration Server - Ayende @ Rahien - 5 views

  •  
    Ayende's written his own CI server ... in PowerShell.
Joel Bennett

Using Mercurial as a local repository for Team Foundation Server - LosTechies - 3 views

  •  
    This post covers how to setup mercurial(HG) as are local source control repository to sit in front of a Team Foundation Server .
1 - 20 of 135 Next › Last »
Showing 20 items per page