[PHP] Satellite PHP module

2002-02-06 Thread Remigiusz Sokolowski

 Hi!

Anybody knows, where can I find this module? In PHP sources from CVS 
I've found, that this module is in PEAR. I 've tried to find out it on 
pear.php.net, but I've failed and now I'm really confused, where it can 
be accesible.
TIA
rems




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: best way to handle a form with 60 fields !!!

2001-12-03 Thread Remigiusz Sokolowski

Krzysztof Kocjan wrote:

 
 
 Fred wrote:
 
 Third, it is ineffecient and unneccessary to put 60 fields in a single 
 form.
 If you are using the GET method it probably will not work since it passes
 the variable names and values in the URL, which has a maximum length 
 of 255
 
 
 
 In my mind maximum length 255 is not true. There isn't any limit for 
 GET/POST requests as I read in RFC documents. The limit depends on Your 
 web server implementation. I've never tested but suppose Apache could 
 handle GET method with URL longer than 255 characters. I've never had 
 problems with form's data length using Apache and GET/POST methods.
 But if I'm wrong I apologize.


This depends also on Your browser of course. AFAIK GET is OK for data up 
to 8kB, POST can be used for much bigger data




-- 
---/\--
Remigiusz Sokolowski  e-mail: [EMAIL PROTECTED]/  \  
-/\-


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP/OCI8 design for persistent connection tuning

2001-04-18 Thread Remigiusz Sokolowski

Dave Thomas wrote:
 
 Yeah, that's what I'm thinking.  I could tune the images server way down for flat 
content and massive bandwith.
 
 The only problem I can see is that webmasters hate having to code that extra info.

Hi!
You could also think about something like sqlRelay (www.firstworks.com)
- it provides the same (or almost the same) functionality for Oracle as
PHP and gives You some kind of spool of connections.
Though it is not persistent connection to Apache/PHP, the speed is
interesting - from Oracle to sqlRelay there are few persistent
connections, which can be shared between Apache processes - connection
to sqlrelay from Apache/PHP is fast - the best way is to use AF_UNIX
socket.
If You use it, it'll be very interesting to hear Your opinion
Regards

-- 

---/\--
Remigiusz Sokolowski  e-mail: [EMAIL PROTECTED]/  \  
-/\-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] roxen

2001-01-24 Thread Remigiusz Sokolowski

HI!
Anybody has some experince with working Roxen+PHP?
How about speed, features in compare to Apache for example?
TIA
RemS
-- 

---/\--
Remigiusz Sokolowski  e-mail: [EMAIL PROTECTED]/  \  
-/\-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]