Results 1 to 8 of 8
- 11-04-2008, 09:48 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
can we maintain single session from applet?
I have a requirement where, if i click on download button, a webpage will be displayed and there i can browse and start download.
(download will be done from client machine to server. i can access server using an ip and with respect to the server, i download a file from client machine).
Now when i start downloading from client machine to say server X,
and i try to do the same(download) to different server sat Y,
The first Download (for X) will get stopped and (webpage for downloading) second server(Y)download page is displayed.
My requirement is, if i say download from second server when first servers download is in process, it should not interupt the first download.
I need one download per PC.
Can some one tellme how to proceed.
- 11-04-2008, 02:24 PM #2
How do you start the second download? Do you open a new browser window or a new browser?
If there are independent browsers and independent servers, how will they know about each other? Will the servers be talking to each other to be able to compare IP addresses to see if a single PC is doing a download from the two servers?
- 11-04-2008, 02:31 PM #3
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
There was little confusion in the requirement.
The way we access NE is same. But parallel download from 1Pc should be possible.
Right now, if the 2nd NE opens the download window, the first NE's download process is getting interrupte(Applet is stopped automatically).
Please help..
- 11-04-2008, 02:37 PM #4
What's NE?if the 2nd NE opens the download window, the first NE's download process is getting interrupte
How are the 2 NEs conflicting? Or is the server getting confused with two requests from the same PC/IP address? What does the server use to keep its clients sorted out? If only IP address, then you could have a problem with 2 sessions from the same address.
- 11-04-2008, 02:46 PM #5
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
What's NE?
How are the 2 NEs conflicting? Or is the server getting confused with two requests from the same PC/IP address? What does the server use to keep its clients sorted out? If only IP address, then you could have a problem with 2 sessions from the same address.
NE is NetworkElement. It is a hardware.
Actually each NE(identified with ip address) maintains its own files.
As you said, this might be the problem with two sessions from the same address.
Please tell me how to overcome this.
- 11-04-2008, 02:47 PM #6
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
NE is NetworkElement. It is a hardware.
Actually each NE(identified with ip address) maintains its own files.
As you said, this might be the problem with two sessions from the same address.
Please tell me how to overcome this.
- 11-04-2008, 02:51 PM #7
Member
- Join Date
- Oct 2008
- Posts
- 7
- Rep Power
- 0
One more point to notice is
If i start download (for 1st NE) in firefox, i am able to download (for 2nd NE) from IE.
Problem comes when i try both the NEs from FireFox or IE.
- 11-04-2008, 05:24 PM #8
Similar Threads
-
how to maintain cookies throughout the website
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-28-2008, 07:33 AM -
Lack of memory maintain to Website
By 82rathi.angara in forum Advanced JavaReplies: 3Last Post: 06-13-2008, 02:45 PM -
Maintain same session in two application running on same server
By dsiwal in forum Threads and SynchronizationReplies: 2Last Post: 06-10-2008, 06:38 AM -
problems with applet session between to two applets
By elizabeth in forum Java AppletsReplies: 1Last Post: 08-07-2007, 03:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks