Re: [Resin-interest] Websphere?

2008-06-28 Thread Haluk AKIN
Hello again,

I very much appreciate the feedback I received.

This discussion has very much encouraged me not to take websphere at IBM's
face value (which is also very poor for many of you as I understand).
We'll try to find out exact comparisons before we even test websphere.

Best regards,

Haluk

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stargazer
Sent: Saturday, June 28, 2008 4:07 PM
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] Websphere?

Rob Lockstone wrote:
> Who told you? IBM?
>
> Please do everyone a favor and never patronize IBM for anything, ever. 
> IBM is a company which no longer deserves to exist.
>
> Although not directly relevant, please see this excellent article on 
> "I, Cringely" about IBM. I can speak from personal experience that 
> everything in that article is true. Oh, and their hardware is also 
> pretty crappy/expensive.
>
> http://www.pbs.org/cringely/pulpit/2006/pulpit_20060518_000897.html
>
> I repeat, do not purchase or commit to IBM for anything. There, now 
> you can never say you have not been warned.
>
Its true - people nowadays get fired for buying IBM ;-)




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Websphere?

2008-06-28 Thread Stargazer
Rob Lockstone wrote:
> Who told you? IBM?
>
> Please do everyone a favor and never patronize IBM for anything, ever. 
> IBM is a company which no longer deserves to exist.
>
> Although not directly relevant, please see this excellent article on 
> "I, Cringely" about IBM. I can speak from personal experience that 
> everything in that article is true. Oh, and their hardware is also 
> pretty crappy/expensive.
>
> http://www.pbs.org/cringely/pulpit/2006/pulpit_20060518_000897.html
>
> I repeat, do not purchase or commit to IBM for anything. There, now 
> you can never say you have not been warned.
>
Its true - people nowadays get fired for buying IBM ;-)




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Websphere?

2008-06-28 Thread John Steel
Eric Kreiser wrote:
> even *IF *that were true (which I doubt) there is more to choosing app 
> server. 
>
> do you really want to go with the company that designed java's date 
> handling API's
>
Ouch !

-- 
--
http://www.phonewebcam.com
[EMAIL PROTECTED]



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] amfphp and Resin 3.1.6?

2008-06-28 Thread Riccardo Cohen




just for
information, I'dl like to know why you use amfphp while you have the
best binary protocole for flex : Hessian, with a class provided for
flex, and a servlet that you can use with resin
combined with entity ejb, my servlet code looks as simple as :

servletfunction(theid):Object
{
object=manager.load(theid)
return(object)
}

(have a look at my flex tutorial for resin :
http://www.architectedulogiciel.fr/tutorials/resinutf8flexejb.php )

Sandeep Ghael wrote:
Hi All, 
  
is anyone successfully running AMFPHP w/ Resin?  I see a mailing list
message from 2007 saying there was a compatibility problem.  I'd love
to hear of any success stories before trying it myself.
  
In general, what are people using for flash remoting w/ Resin?  We're
trying OpenAMF, but are running into some synchronization strangeness.
  
regards,
-S
  

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest
  


-- 


  

  Riccardo Cohen
  Développeur


  
  Articque Décisionnel
  149, av. du Gal De Gaulle
  Fondettes, 37230
  France


  
  www.articque.com
  Tél: +33(0)2.47.49.73.74
  Fax: +33(0)2.47.49.91.49

  




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] amfphp and Resin 3.1.6?

2008-06-28 Thread Sandeep Ghael
Hi All,

is anyone successfully running AMFPHP w/ Resin?  I see a mailing list
message from 2007 saying there was a compatibility problem.  I'd love to
hear of any success stories before trying it myself.

In general, what are people using for flash remoting w/ Resin?  We're trying
OpenAMF, but are running into some synchronization strangeness.

regards,
-S
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Starting the session

2008-06-28 Thread Stephane Eybert

I found out why my session_start function would give the error message.

This is because just before calling this function I would call the function
session_regenerate_id(true);
as in:

  // For security reasons renew the session id
  session_regenerate_id(true);

  session_start();

Somehow, and contrary to PHP4, Resin seems to start a session when calling
the function session_regenerate_id(true)

So I removed the call to session_regenerate_id(true); and it now works fine.
-- 
View this message in context: 
http://www.nabble.com/Starting-the-session-tp18148519p18169493.html
Sent from the Resin mailing list archive at Nabble.com.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Setting the locale with the setlocale php function

2008-06-28 Thread Stephane Eybert

The issue has been resolved.

The locale string passed to the function was changed from en_GB.UTF-8 to
en_GB and it now works.

Looks like Resin wants a locale string without the UTF8 suffix when PHP4 is
okay with it.

No big deal...

Kind Regards,

Stephane


-- 
View this message in context: 
http://www.nabble.com/Setting-the-locale-with-the-setlocale-php-function-tp18148525p18169381.html
Sent from the Resin mailing list archive at Nabble.com.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Websphere?

2008-06-28 Thread bisoa

If you have to use SOAP, you may be better off to use Websphere.
That may work faster than Apaches. Otherwise, you better do
YOUR OWN bench markying with some tests!

-- 
View this message in context: 
http://www.nabble.com/Websphere--tp18156690p18168442.html
Sent from the Resin mailing list archive at Nabble.com.



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest