![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mod_Perl and Apache22 | rbizzell | UNIX for Advanced & Expert Users | 1 | 11-01-2006 03:21 PM |
| mod_perl install help on solaris 9 | xnightcrawl | UNIX for Advanced & Expert Users | 3 | 05-24-2006 10:21 PM |
| Installation of mod_perl | antoniozacca | BSD | 2 | 03-22-2006 05:32 AM |
| mod_perl & Apache::AuthenNTLM | Optimus_P | UNIX for Advanced & Expert Users | 1 | 01-21-2004 06:07 PM |
| apache mod_perl | perleo | Shell Programming and Scripting | 1 | 11-13-2002 03:32 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
mod_perl with apache
I think this is more of a application question than a scripting question.
On a solaris 8 server with Apache 2.6 and perl 5.8.8, we have an html/javascript file that uses HTTP Post to a perl script. The perl script sends data back via HTTP get to a redirected HTML file. The HTML file strips off data from the command line of the URL (suff after the "?") and then posts more data to the perl script until all of the data it needs is retreived. This works fine in perl without mod-perl enabled, but loops in modperl, as if the initial connection for the first request is still open and the same data is being endlessly sent back. This happens on later versions of Solaris as well. We did find that after what seems like many interations of the looping, the data finally get processed and the subsequent screen appears, but that is after a minute at least. When not using mod_perl, this doesn't happen. The developer wanted to put in a "wait" type command to see if that worked, but it did not make a difference. Has anyone seen this type of behavior? Thank you very much |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|