Displaying 9 results from an estimated 9 matches for "theserverside".
2005 Dec 02
2
RIALTO announced on theserverside.com
Hi,
just saw the announcement of yet another ajax library on
theserverside.com. The server seems to be under heavy load already but
if you can cope with longer load times
http://rialto.application-servers.com/demoRialto.jsp shows some neat stuff.
regards
Jan
2007 Apr 23
1
NAT: pings/DNS works but not the rest
...Namely, pings go through and name resolution works.
But when I try to use anything substantial, then the following happens: TCP
connection opens but no further traffic goes through, then the connection
just hangs.
It looks like this e.g. by wget:
root@ishtar01-vm01:~# wget http://www.theserverside.com
--12:11:51-- http://www.theserverside.com/
=> `index.html''
Resolving www.theserverside.com... 65.214.43.44
Connecting to www.theserverside.com|65.214.43.44|:80... connected.
HTTP request sent, awaiting response...
Netstat shows one connection in stat FIN_WAIT1...
2006 May 04
11
Interesting ActiveRecord vs Hibernate article
For those haven''t seen it yet, Patrick Peak has an interesting
article at the Server Side (www.theserverside.com)
discussing the differences between the Hibernate (www.hibernate.org) peristence
framework and ActiveRecord. The article can be found here: http://www.theserverside.com/articles/article.tss?l=RailsHibernate .
Patrick Peak is the author of _Hibernate Quickly_ (Manning), which I
didn''t...
2006 Jan 22
3
Balancing relevancy and recentness
I was wondering if there was a good way to either balance the relevancy
score with recentness of matching documents- or include the recentness
in the score somehow?
Thanks,
Ben
--
Posted via http://www.ruby-forum.com/.
2005 Apr 15
2
children of objects are not instantiated?
Hello,
I''m a Java developer and I''m looking at Rails as a very interesting thing.
I read the article
http://theserverside.com/articles/article.tss?l=RailsHibernate
and saw a couple of things that I didn''t like too much:
1) The N+1 problem
This has been discussed in the thread (or should I say "flame"?) "Java
people want to beat us". It seems (from the thread) that something will
be don...
2008 Mar 18
2
Server to server communication
Hi all,
I have 2 servers online and wish them to communicate and exchange
information with each other at times.
I have been developing a web application which is extremely
CPU-intensive, and since I don't want to overload the main server which
deals with the apache/php/mysql stuff, I got a separate server (a
phenom) to deal with it.
I prefer the communication to be secure, low latency,
2007 Jan 11
6
nil object while the required parameter are in the request
I''m having an application as follows.
I have all the parameters for as object appended in the url.
And there is an action in the controller like this
def newlet
render :layout=> false
@product = Product.new
if request.get?
@product.title= params[:title]
@product.description = params[:description]
@product.primary_link = params[:primary_link]
2006 Mar 21
8
How to avoid multiple submits/posts?
Hello,
How do I prevent previously submitted form data from being reinserted into
the database when the user presses the browser''s Refresh button?
On Aughey''s advice in #irc I tried using `redirect_to'' a new `:action'' but
this approach doesn''t seems to work.
Any idea what might be wrong or how to tackle this problem?
Thanks for your help.
P.S.- I
2006 Feb 17
27
deployment server
Hi all,
On theserverside.com there is an article describing an interview with Bruce
Tate, where he calls Java dead like Cobol.
See: http://www.theserverside.com/news/thread.tss?thread_id=39066
However in the comments, some guy comes up with a good point:
He states the following:
<quote>
I couldn''t come u...