Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. joeisbatman

    Mysql Config/Spawn more processes

    I need to know what governs the creation of mysql processes, and how I can limit them. I've got a linux server running Mysql/Php to host a popular website... It averages about 150 requests per second. The hardware is a dual athlon MP with 1 gig of ram. Every so often say once every other day...
  2. joeisbatman

    session_id() returns "" [very impt!]

    What POSSIBLE SCENARIO makes the session_id() function return null???? I have a website where <i>SOMETIMES</i> when you visit the main page, your session_id() is blank. This causes a problem, for it means that session_start() is not maintaining the session for subsequent pages. The problem...
  3. joeisbatman

    sessions not holding SessID

    Hi everyone, This is a weird problem that does not happen to everyone on my website, and it occurs seemingly randomly. I use the default method of cookies to propagate a session. Sometimes, I find that this cookie DOESN'T STORE THE SESSION ID! The cookies name is by default PHPSESSID, and if...
  4. joeisbatman

    HOW SESSION DATA WORKS

    Hi folks, When I'm looking at my server, I notice whenever someone starts a new session a tiny file gets created... This file has whatever session variables have been registered in it. MY QUESTION IS: Does session data get stored to ram? Will extensive use of session data gobble up ram, or...
  5. joeisbatman

    session nightmare

    The php manual has conflicting data on this issue, and I keep hearing different things from everyone. I have one variable that I need to be constantly updated. Using session variables how can I keep this variable updated? I find that a if I do- session_start(); $foo =5; session_register('foo)...
  6. joeisbatman

    database design-- no one responding :(

    I've made this post in a few of the databse forums to no avail, I'm hoping someone here can gimme their two cents: I'm making a website, and I'm fairly new to databases. My friend and I are butting heads on which is the best way to design my database. My database has members which are kept...
  7. joeisbatman

    database planning

    I'm making a website, and I'm fairly new to databases. My friend and I are butting heads on which is the best way to design my database. My database has members which are kept track in the database using a Unique ID#. Each &quot;member&quot; has a bunch of columns of data associated with it...
  8. joeisbatman

    Database planning

    I'm making a website, and I'm fairly new to databases. My friend and I are butting heads on which is the best way to design my database. My database has members which are kept track in the database using a Unique ID#. Each &quot;member&quot; has a bunch of columns of data associated with it...
  9. joeisbatman

    IIS + AIM browswer...

    IIS + AIM problem apache?? Folks, to answer this post you'll need a large amount of knowledge on the differences between APACHE, and IIS,and maybe some time on your hands to help me test my theory. Just a warning... I'm developing a website in vbscript. Part of the site's purpose is to...
  10. joeisbatman

    IIS + AIM problem apache??

    Folks, to answer this post you'll need a large amount of knowledge on the differences between APACHE, and IIS,and maybe some time on your hands to help me test my theory. Just a warning... I'm developing a website in vbscript. Part of the site's purpose is to display a page using the...
  11. joeisbatman

    Apache + AIM problem IIS??

    Folks, to answer this post you'll need a large amount of knowledge on the differences between APACHE, and IIS,and maybe some time on your hands to help me test my theory. Just a warning... I'm developing a website in vbscript. Part of the site's purpose is to display a page using the...
  12. joeisbatman

    IIS + AIM problem apache??

    Folks, to answer this post you'll need a large amount of knowledge on the differences between APACHE, and IIS,and maybe some time on your hands to help me test my theory. Just a warning... I'm developing a website in vbscript. Part of the site's purpose is to display a page using the...
  13. joeisbatman

    cache me beautiful

    Thats right- I wanna know about caching. I have this database... I know about the cachesize object (I believe its an object) and i'm having a tough time understanding what it does-- Does it cache records permanently after people close the asp page? When does the cache get refreshed? The...
  14. joeisbatman

    Catters/string concatenation

    Hi, theres this .dll file that someone created for vbscript called CATTERS. Its all over the web, do a search in google to find it- Apparently it speeds up string operations a TON which I need desperately. My problem is theres NO INSTRUCTIONS. Does anyone know how to use a dll file? I went...
  15. joeisbatman

    Grab Bag 'O questions- Connections, Photos and more

    QUESTION ONE: Please bear with me- Lots of questions. This post is an old one that got lost in the forums, so I'm gonna repost it, hopefully Paul reads this ;-) I'll sum up this problem: I want to close a connection after creating a recordset, using the client curosr location in an attempt...
  16. joeisbatman

    Cursor Location/type Clarification

    Alright, I'm new with ASP. Let me explain the purpose of the site: Its a site that will have many people VIEWING records at the same time. This number viewing will be VERY high, I'm thinking many many thousands (50 thousand??) per day. A much lower number will be actually editing records/...
  17. joeisbatman

    Layers/Submit fields

    Okay folks, heres a toughy... My essential problem is this: I have a jpeg that I've made in photoshop which looks really sweet. This Jpeg represents a box where members of my site can login. I am having difficulties aligning my submit fields onto the exact pixel of where they should go...

Part and Inventory Search

Back
Top