php3-list | 199901
Date: 01/22/99
- Next message: Wintermute: "[PHP3] Netscape LDAP SDK 3.0 + PHP 3.0.6 + Apache"
- Previous message: Brian Leyton: "RE: [PHP3] db connections, session state"
- In reply to: Aaron Gomez: "RE: [PHP3] db connections, session state"
- Next in thread: Brian Leyton: "RE: [PHP3] db connections, session state"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, knowing how microsoft works, I'm sure they would be glad to extend
your liscence to add more connections for only a nomial fee :)
I guess this all depends on how they word the connection liscence. Or do
they actually limit you to 25 connections? I'm sure they've set it up so
that you can't do anything useful without giving them more money. I mean,
with NT Workstation, you're limited to 4 similtaneous connections for all
internet services combined. MSSQL is probably going to create another
performance bottleneck as well since you'll have to connect through ODBC
connections, which I hear are a good bit slower than a native database
connection.
Aaron Gomez wrote:
> Thanks for the suggestion.
>
> However, assume I "must" use MS SQL Server, or Oracle. How do I
> accomplish my task?
>
> Thanks.
>
> > -----Original Message-----
> > From: Chad Cunningham [SMTP:ccunning <email protected>]
> > Sent: Friday, January 22, 1999 3:53 PM
> > To: Aaron Gomez
> > Cc: 'PHP3'
> > Subject: Re: [PHP3] db connections, session state
> >
> > Switch to MySQL. Not only will you not have to worry about
> > connections, but you'll
> > have a lot better performance.
> >
> >
> > Aaron Gomez wrote:
> >
> > > I want to use the database extensions that PHP provides. However,
> > my
> > > understanding is that when a web-client connects, that equates to
> > one
> > > database connection. Other web-client connections would also equate
> > to
> > > one database connection. Therefore, if I am using Microsoft SQL
> > server,
> > > say, for which I am only licensed for 25 connections, how do I
> > provide
> > > simultaneous connections to a greater number of web-clients
> > exceeding my
> > > 25 license limit? So, if I have 100 simultaneous web-clients trying
> > to
> > > get access to my website, how do I accomplish it? Do I have to code
> > > something special? Better yet, can I maintain an application wide
> > > database connection for all web-clients? If so how?
> > >
> > > Also, how would one maintain session state on the server side for
> > each
> > > web-client, other than cookies?
> > >
> > > Thanks,
> > >
> > > Aaron
> > >
> > > --
> > > PHP 3 Mailing List http://www.php.net/
> > > To unsubscribe send an empty message to
> > php3-unsubscribe <email protected>
> > > To subscribe to the digest list:
> > php3-digest-subscribe <email protected>
> > > For help: php3-help <email protected> Archive:
> > http://www.php.net/mailsearch.php3
> > > List administrator: zeev-list-admin <email protected>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Wintermute: "[PHP3] Netscape LDAP SDK 3.0 + PHP 3.0.6 + Apache"
- Previous message: Brian Leyton: "RE: [PHP3] db connections, session state"
- In reply to: Aaron Gomez: "RE: [PHP3] db connections, session state"
- Next in thread: Brian Leyton: "RE: [PHP3] db connections, session state"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

