Bookmark
Daily AWS Wtf - Elastic Load Balancer and EC2 instance bandwidth
dailyawswtf.com/post/157140960/elastic-load-balancer-and-ec2-instance-bandwidth, posted 2009 by peter in cdn cloudcomputing development hosting networking statistics streaming
In our benchmarks we were only able to push 35 MB/s on small instances. So the actual requests per seconds were dependent on the object size we were pushing. The limit was always ~35 MB/s. Our typical HTML pages were around 50 to 70 KB, so we couldn’t reach the desired requests per second as our instance was at its bandwidth limit.
Usually when one instance hits its resource limits you load balance multiple ones. HAProxy is a fine example for a very robust TCP/HTTP load balancer. The problem is though, that it will not increase your bandwidth as all your traffic has to go through this one HAProxy instance. So even when you load balance multiple instances, each one is capable of pushing ~35 MB/s (—> ~350 MB/s with 10 small instances), the bottleneck will still be at ~35 MB/s (aka the load balancer).
Bookmark
Saving a Customised Linux Amazon Instance (EC2 and S3) | Times New Rohan
robrohan.com/2009/01/30/saving-a-customised-linux-amazon-instance-ec2-and-s3/, posted 2009 by peter in cloudcomputing development howto linux
Saving a custom AMI isn’t too difficult once you know how, but it takes a bit of digging around to find out how all the pieces work. I am going to assume you have an EC2 and S3 account already, know how to bring up an EC2 instance, have your Amazon API Tools installed on your Mac or Linux desktop, have your private and cert key’s installed, and have your aws access key id, aws secret access key, and Amazon account number handy (the account number is under your name on the Amazon account page. It looks like XXXX-XXXX-XXXX).
Bookmark
SecureTheJmxConsole - JBoss Community
www.jboss.org/community/wiki/SecureTheJmxConsole, posted 2009 by peter in development java reference security
Both the jmx-console and web-console are standard servlet 2.3 deployments and can be secured using J2EE role based security. Both also have a skeleton setup to allow one to easily enable security using username/password/role mappings found in the jmx-console.war and web-console.war deployments in the corresponding WEB-INF/classes users.properties and roles.properties files.
Bookmark
GigaSpaces.com | Application Server | Application Scalability | Data ...
www.gigaspaces.com/, posted 2009 by peter in cloudcomputing development hosting java software virtualization
GigaSpaces Technologies is a leading provider of a new generation of application platforms for Java and .Net environments that offer an alternative to traditional application-servers. The company's eXtreme Application Platform (XAP) is a high-end application server, designed to meet the most demanding business requirements in a cost-effective manner. It is the only product that provides a complete middleware solution on a single, scalable platform. XAP is trusted by Fortune 100 companies, which leverage it as a strategic solution that enhances efficiency and agility across the IT organization.
Bookmark
Welcome to xmoov.com
xmoov.com/, posted 2009 by peter in development flash software streaming video webdesign
The final release of the xmoov FLV player has lots of new and exciting features like a multi-language interface, caption support, even more styling options, a customizable context menu (right mouse click), and improved CPU usage just to name a few. We are not releasing any information on the licensing model until the new website is online but will be releasing two versions, a less featured BASIC version and a full featured PRO version.
Bookmark
Thinkscape perspective: Apache FLV streaming done right!
tperspective.blogspot.com/2009/02/apache-flv-streaming-done-right.html, posted 2009 by peter in development flash howto networking streaming toread video
After 2 days of researching, I've just found how to do FLV streaming the right way!
Bookmark
Flowplayer - Flash Video Player for the Web
flowplayer.org/, posted 2009 by peter in design development flash free software streaming video webdesign
Flowplayer is an Open Source (GPL 3) video player for the Web. Use it to embed video streams into your web pages.
Bookmark
JW FLV Media Player | LongTail Video | Home of the JW Player
www.longtailvideo.com/players/jw-flv-player/, posted 2009 by peter in audio development download flash free mp3 music software streaming video webdesi
The JW FLV Player is the Internet's most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP, live streaming, various playlists formats, a wide range of settings and an extensive javascript API.
The skinning functionality allows you to completely customize its look and its plugin architecture allows you to easily extend the player with features such as sharing, recommendations, searching, analytics and ad serving.
Bookmark
fcshctl: the Flex Compiler Shell Controller : hasseg.org
hasseg.org/blog/?p=194, posted 2009 by peter in development download flash flex shell
When I found out about fcsh, tried it out and saw how much faster it was than mxmlc, of course I wanted to immediately start using it instead in my build scripts. The biggest problem with doing this, though, is the fact that the basic operation of these two programs is fundamentally different: when you run mxmlc, it compiles the project, prints some messages to standard output and then exits
[...]. Fcsh, on the other hand, throws you into a shell of its own and expects you to essentially operate it from within itself (instead of simply calling it with some arguments and then having it return with some standard output and an exit status like mxmlc).
...
I tried to search for a solution to this problem that somebody else might have come up with but didn’t find an adequate one (a list of the ones that I could find is further down), so I decided to give it a shot myself.
Bookmark
Slashdot Comments | Data Locking In a Web Application?
hardware.slashdot.org/comments.pl?sid=1381511&cid=29536367, posted 2009 by peter in collaboration development howto storage versioncontrol webdesign
This is also known in the vernacular as "second save loses". It may sound too harsh, but it is much better than "first save loses and user isn't notified", which is what you get if you have no currency checking at all. And it's also much more web friendly that your old desktop app (which uses an approach that is technically called "pessimistic locking").
|< First < Previous 371–380 (530) Next > Last >|