on 02/06/03 8:06 PM, electroteque ([EMAIL PROTECTED]) wrote: > thats what i was thinking of logic but i may be having about 10 users logged > in doing full text searching on a 200 meg + database will that affect it ?
the issue shouldn't be your full text searching... the issue should be your session timeouts... the particular code as discussed will only be one or two small, one-row queries on (i'd hope) a highly optimised and appropriately indexed table. get this working. then if full-text searching on a huge database creates issues, you can address that, since it's clearly the bigger problem. the answer might be massive indexing, or query caching, or something else. at least that's the way i'd approach it. justin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php