php-general Digest 20 May 2007 12:01:09 -0000 Issue 4801 Topics (messages 255238 through 255247):
Adserver programming with php 255238 by: Merlin 255239 by: Davi 255240 by: Jim Lucas 255241 by: Al 255242 by: Larry Garfield 255243 by: itoctopus can not fork 255244 by: Rajiv Man Karmacharya PHP Data Mining/Data Scraping 255245 by: Shannon Whitty Marketplace Framework 255246 by: PHP Mailing List 255247 by: PHP Mailing List Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message ---Hi there,I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get a higher performance just in case the site grows fast. Do you guys think that a php build webserver would be able to scale and perform well enough for serving millions of adimpressions daily?Thank you for any advice, Merlin
--- End Message ---
--- Begin Message ---Em Sábado 19 Maio 2007 21:15, Merlin escreveu: > I am thinking about creating a kind of adserver which is customized for > my needs. As I would be most confident in doing this with php, I am > asking myself if this is the right choice or if it would be wiser to > take a C++ aproach for example to get a higher performance just in case > the site grows fast. > Do you guys think that a php build webserver would be able to scale and > perform well enough for serving millions of adimpressions daily? > IIRC, AFAIK, using PHP or C or Java or C++ or anything else, your webserver will do all the "dirty work"... If you'd portuguese skills, read [1], otherwise, I'll recomend you to build careful your server... And just put Web server (i.e. Apache) on it... DB server, mail server and other server must be in other machines... "Build careful" means: use a _good_ Linux distro... If you can use Gentoo [2], you'll get better results... [1] - http://archives.gentoo.org/gentoo-user-br/msg_11719.xml [2] - www.gentoo.org HTH -- Davi Vidal [EMAIL PROTECTED] [EMAIL PROTECTED] -- "Religion, ideology, resources, land, spite, love or "just because"... No matter how pathetic the reason, it's enough to start a war. "pgpiTOQAv61sN.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Merlin wrote:Hi there,I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get a higher performance just in case the site grows fast. Do you guys think that a php build webserver would be able to scale and perform well enough for serving millions of adimpressions daily?Thank you for any advice, MerlinJust build the darn thing.It is a simple script, if you find that performance is an issue, then change your approach.You can't tell me that your site will explode in usage over night and you wont get the chance to change your design before things get out of hand.-- Jim Lucas "Some men are born to greatness, some achieve greatness, and some have greatness thrust upon them." Unknown
--- End Message ---
--- Begin Message ---Use php and get the site on the air ASAP, so it generates revenue.You can a quickly and cheaply upgrade the hardware if the need arises. The OS and webserver software will probably make a bigger difference. Seems like I recall someone said Google and Yahoo use PHP.Merlin wrote:Hi there,I am thinking about creating a kind of adserver which is customized for my needs. As I would be most confident in doing this with php, I am asking myself if this is the right choice or if it would be wiser to take a C++ aproach for example to get a higher performance just in case the site grows fast. Do you guys think that a php build webserver would be able to scale and perform well enough for serving millions of adimpressions daily?Thank you for any advice, Merlin
--- End Message ---
--- Begin Message ---Google is a Python shop primarily, but Yahoo employs a good chunk of the PHP internals development team, like Rasmus and Sara Goleman. They do a ton with PHP. On Saturday 19 May 2007, Al wrote: > Use php and get the site on the air ASAP, so it generates revenue. > > You can a quickly and cheaply upgrade the hardware if the need arises. The > OS and webserver software will probably make a bigger difference. Seems > like I recall someone said Google and Yahoo use PHP. > > Merlin wrote: > > Hi there, > > > > I am thinking about creating a kind of adserver which is customized for > > my needs. As I would be most confident in doing this with php, I am > > asking myself if this is the right choice or if it would be wiser to > > take a C++ aproach for example to get a higher performance just in case > > the site grows fast. > > Do you guys think that a php build webserver would be able to scale and > > perform well enough for serving millions of adimpressions daily? > > > > Thank you for any advice, > > > > Merlin -- Larry Garfield AIM: LOLG42 [EMAIL PROTECTED] ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
--- End Message ---
--- Begin Message ---My approach would be to build now using the fastest way and get the thing up & running, and then see if the needs arise to build the application using a somehow slower way. -- itoctopus - http://www.itoctopus.com "Merlin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there, > > I am thinking about creating a kind of adserver which is customized for my > needs. As I would be most confident in doing this with php, I am asking > myself if this is the right choice or if it would be wiser to take a C++ > aproach for example to get a higher performance just in case the site > grows fast. > Do you guys think that a php build webserver would be able to scale and > perform well enough for serving millions of adimpressions daily? > > Thank you for any advice, > > Merlin
--- End Message ---
--- Begin Message ---[EMAIL PROTECTED] while trying to use exec('IECapt.exe ' . escapeshellarg($website_url) . ' ' . escapeshellarg($cached_filename)); i get the following error Warning: exec() [function.exec]: Unable to fork [IECapt.exe "http://www.nepalnews.com.np" "C:/Inetpub/wwwroot/5531ed95934bee318939d9270b2db620.png"] ................... This piece of code is from http://www.zubrag.com/scripts/website-thumbnail-generator.php I couldn't figure out why this Unable to fork is occuring. I search php.net as well and it says, it might be related to permission issues. I'm using winxp and iis. I hope someone would help me with this. Regards Rajiv
--- End Message ---
--- Begin Message ---Hi, I'm looking for a piece of software or coding that will let me post a form to another URL, accept the response, search it for a specific "success" string and then let me continue processing the rest of my program. I want to accept queries on behalf of my supplier, forward it to them behind the scenes, accept their response and display it within my website. Has anyone had any experience with this? Is there a simple, basic utility to let me do this? I was kind of hoping I could avoid developing it myself. Thanks Shannon
--- End Message ---
--- Begin Message ---Hi All, Is there any PHP's framework for developing a marketplace site ? Regards, Dino
--- End Message ---
--- Begin Message ---Hi All, Is there any PHP's framework for developing a marketplace site ? Regards, Dino
--- End Message ---