Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Page Generated Memory Process

Status
Not open for further replies.

gi11ies

Programmer
Mar 26, 2002
52
Im wondering if its possible to have a web page generate a process that stays in memory and does database calls ... and have this process resident in memory and still carrying out database calls even when the web page is closed?

Im working on web page based messaging system that checks the database for new messages for a logged in user every 30 seconds ... I have this working ok, but it would make everything ideal if I could still have this process running if the web page is closed ... for example.

Process running in Memory

Checks memory for new message for the user_id
If new message Then
Open new web page to display message
Else
Check for new message 30 seconds later
End If

Any thoughts on this would be great.

Gillies
 
Try using a Web Service instead


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top