Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 15th, 2004, 11:17 PM
Registered User
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default performance limits / data sets

Not sure if this is advanced, conceptually it is.

What are the limits of a php application. I'm looking at a developing an online graphical rostering service for my company. This includes logins for managers (a manager has a store). I'd like sms and emailing of rosters to staff as well.

Assuming my data structures are efficient as possible, what are the physical limitiations. What is largest known php system?

Regards
Justin


 
Old July 15th, 2004, 01:49 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via AIM to Moharo
Default

php offers real good performance, in cooperation with mysql (which handles efficiently up to one million records in a table - you can put in more, but the efficiency drop down slightly from there) you can create start of art web applications...

real good examples of what php offers are:

why don't you check out these links... i recommend going to php.net to get all about php's possibilies

hope that helped :D

www.campusgrind.com the college portal





Similar Threads
Thread Thread Starter Forum Replies Last Post
Union of Two data Sets tusharnarayan SQL Language 7 November 4th, 2008 05:23 PM
issue with data sets kaliaparijat ASP.NET 2.0 Professional 1 June 22nd, 2008 11:14 AM
Data field limits rayncarnation Access 1 October 15th, 2005 02:27 PM
using 2 sets of xml data from 1 xslt davepass XSLT 2 April 1st, 2005 06:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.