Tagged Questions
1
vote
7answers
447 views
Bottleneck of web applications?
This question pertains to Ruby on Rails and PHP. When looking for a VPS host for a web application (haven't decided which of the 2 languages to write it in yet), what should I take into consideration ...
0
votes
1answer
123 views
Where is the bottleneck in mjpeg broadcasting?
I'm streaming mjpeg with PHP just like this
<?php
//example /cli/watch.php?i=0&j=200
function get_one_jpeg($i) {
$path = "img";
//$f = fopen("$path/$i.jpg", "rb");
return ...
0
votes
2answers
76 views
Bottlenecks slowing some part of my script
I have a script that perform the following steps
A user logs in, adds an SMS message and specifies recipients. That information is added to "queued message table";
Some process sends the messages ...
0
votes
1answer
312 views
Need ways to speed up PHP methods
I ended up creating my own HTML class, mainly to keep all our output consistent. The code is below.
<?php
/**
* A class to generate html tags
* @author Glen Solsberry
*/
class HTML {
...
0
votes
3answers
185 views
Wheres the bottleneck?
I have two test computers networked together.
One has a gigabit ethernet, the other a 10 megabit.
Theoretically, data trasferred between the two should reach about 1megabytes p/s.
Now im using a ...